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