ReadFloat32 Method
ReadFloat32(string)
Reads a Float32 or NullableFloat32 field.
Declaration
float ReadFloat32(string name)
Parameters
string | name | The name of the field. |
Returns
float | The value of the field. |
Remarks
Throws a SerializationException if the field is nullable and the value is null
.