ReadNullableFloat64 Method
ReadNullableFloat64(string)
Reads a NullableFloat64 or Float64 field.
Declaration
double? ReadNullableFloat64(string name)
Parameters
string | name | The name of the field. |
Returns
double? | The value of the field. |