RoundingOptions
The rounding options. Used to build function options.
interface RoundingOptions {
roundingMethod?: RoundingMethod;
}§Properties
§
roundingMethod?: RoundingMethod
[src]The rounding method to use
The rounding options. Used to build function options.
The rounding method to use