ReadArrayOfNullableFloat64 Method
ReadArrayOfNullableFloat64(string)
Reads a ArrayOfNullableFloat64 or ArrayOfFloat64 field.
Declaration
double?[]? ReadArrayOfNullableFloat64(string name)
Parameters
string | name | The name of the field. |
Returns
double?[] | The value of the field. |