ReadNullableFloat32 Method
ReadNullableFloat32(String)
Reads a NullableFloat32 or Float32 field.
Declaration
float? ReadNullableFloat32(string name)
Parameters
String | name | The name of the field. |
Returns
Nullable<Single> | The value of the field. |