ReadArrayOfDecimal Method
ReadArrayOfDecimal(string)
Reads a ArrayOfDecimal field.
Declaration
HBigDecimal?[]? ReadArrayOfDecimal(string name)
Parameters
string | name | The name of the field. |
Returns
HBigDecimal?[] | The value of the field. |