The decimal value and unit.

Export

DecimalWithUnits

interface DecimalWithUnits {
    Units?: string;
    value?: number;
}

Properties

Properties

Units?: string

The unit of the decimal value.

Memberof

DecimalWithUnits

value?: number

The decimal value.

Memberof

DecimalWithUnits