Should be a scalar of a type compatible with the argument to be rounded. For example, rounding a decimal value means a decimal multiple is required. Rounding a floating point or integer value means a floating point scalar is required.
RoundToMultipleOptions.multiple
arrow.scalar.Scalar multiple() @propertyGet multiple property.
Returns
The rounding scale (multiple to round to).
void multiple(arrow.scalar.Scalar propval) @propertySet multiple property.
Parameters
propval | The rounding scale (multiple to round to). Should be a scalar of a type compatible with the argument to be rounded. For example, rounding a decimal value means a decimal multiple is required. Rounding a floating point or integer value means a floating point scalar is required. |