IPrefixedUnit Type

Interface to a unit, that is prefixed with an SI prefix. Example: Nanometer (Meter is the unit, Nano is the prefix).

Instance members

Instance member Description

this.Prefix

Full Usage: this.Prefix

Returns: SIPrefix
Modifiers: abstract

Gets the SI prefix (e.g. Nano, Micro, Mega etc.)

Returns: SIPrefix

this.Unit

Full Usage: this.Unit

Returns: IUnit
Modifiers: abstract

Gets the unit.

Returns: IUnit