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