Interface NumericTypeBindingOptions

interface NumericTypeBindingOptions {
    places?: number;
    total?: number;
}

Hierarchy (view full)

Properties

Properties

places?: number
total?: number