|
Anypia Programmer's Documentation
|
Reads array from an open stream.
void read( std::istream& in, int firstYeart, int lastYeart );
|
Parameters |
Description |
|
std::istream& in |
Input stream. |
|
int firstYeart |
First year of data to read. |
|
int lastYeart |
Last year of data to read. |
|
Exceptions |
Description |
|
PiaException of type PIA_IDS_FLOATMTH2 if unable to read data for all specified years. |
|
Copyright (c) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|