Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
FloatMonth::write Method

Writes array to an open stream.

C++
void write(
    std::ostream& out, 
    int firstYeart, 
    int lastYeart
);
Parameters 
Description 
std::ostream& out 
Output stream. 
int firstYeart 
First year of data to write. 
int lastYeart 
Last year of data to write. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!