@breadstone/ziegel-intl-units
Enumerations
| Enumeration | Description |
|---|---|
| AreaUnit | Lists units of Area measurement. |
| EnergyUnit | Lists units of Energy measurement. |
| LengthUnit | Lists units of Length measurement. |
| MassUnit | Lists units of Mass measurement. |
| UnitSystem | UnitSystem - Enum which describes possible options of measurement system: Metric or Imperial units. |
| VolumeUnit | Lists units of Volume measurement. |
Classes
| Class | Description |
|---|---|
| AreaQuantity | The AreaQuantity class. |
| AreaQuantityFormat | - |
| EnergyQuantity | The EnergyQuantity class. |
| EnergyQuantityFormat | - |
| LengthQuantity | The LengthQuantity class. |
| LengthQuantityFormat | - |
| MassQuantity | The MassQuantity class. |
| MassQuantityFormat | - |
| QuantityBase | The QuantityBase class. Contains the unit of measurement and its value. |
| VolumeQuantity | The VolumeQuantity class. |
| VolumeQuantityFormat | - |
Interfaces
| Interface | Description |
|---|---|
| IAreaQuantity | Represents the IAreaQuantity interface. |
| IEnergyQuantity | Represents the IEnergyQuantity interface. |
| ILengthQuantity | Represents the ILengthQuantity interface. |
| IMassQuantity | Represents the IMassQuantity interface. |
| IQuantity | Represents the IQuantity interface. |
| IVolumeQuantity | Represents the IVolumeQuantity interface. |
Functions
| Function | Description |
|---|---|
| isAreaQuantity | The isAreaQuantity() method determines whether an object is an IAreaQuantity This function returns true if the object is an IAreaQuantity, and false if not. |
| isEnergyQuantity | The isEnergyQuantity() method determines whether an object is an IEnergyQuantity This function returns true if the object is an IEnergyQuantity, and false if not. |
| isLengthQuantity | The isLengthQuantity() method determines whether an object is an ILengthQuantity This function returns true if the object is an ILengthQuantity, and false if not. |
| isMassQuantity | The isMassQuantity() method determines whether an object is an IMassQuantity This function returns true if the object is an IMassQuantity, and false if not. |
| isQuantity | The isQuantity() method determines whether an object is an IQuantity This function returns true if the object is an IQuantity, and false if not. |
| isVolumeQuantity | The isVolumeQuantity() method determines whether an object is an IVolumeQuantity This function returns true if the object is an IVolumeQuantity, and false if not. |