ReadArrayOfNullableFloat32 Method
ReadArrayOfNullableFloat32(string)
Reads a ArrayOfNullableFloat32 or ArrayOfFloat32 field.
Declaration
float?[]? ReadArrayOfNullableFloat32(string name)
Parameters
string | name | The name of the field. |
Returns
float?[] | The value of the field. |