WriteFloat Method
WriteFloat(string, float)
Writes a primitive float.
Declaration
void WriteFloat(string fieldName, float value)
Parameters
| string | fieldName | name of the field  | 
    
| float | value | int value to be written  | 
    
Remarks
Writes a primitive float.
Exceptions
| IOException | System.IO.IOException  |