WriteDoubleArray Method
WriteDoubleArray(string, double[])
Writes a primitive double array.
Declaration
void WriteDoubleArray(string fieldName, double[] values)
Parameters
string | fieldName | name of the field |
double[] | values | double array to be written |
Remarks
Writes a primitive double array.
Exceptions
IOException | System.IO.IOException |