Skip to content
@breadstone/ziegel-intl-units Auto-generated

@breadstone/ziegel-intl-units

Enumerations

EnumerationDescription
AreaUnitLists units of Area measurement.
EnergyUnitLists units of Energy measurement.
LengthUnitLists units of Length measurement.
MassUnitLists units of Mass measurement.
UnitSystemUnitSystem - Enum which describes possible options of measurement system: Metric or Imperial units.
VolumeUnitLists units of Volume measurement.

Classes

ClassDescription
AreaQuantityThe AreaQuantity class.
AreaQuantityFormat-
EnergyQuantityThe EnergyQuantity class.
EnergyQuantityFormat-
LengthQuantityThe LengthQuantity class.
LengthQuantityFormat-
MassQuantityThe MassQuantity class.
MassQuantityFormat-
QuantityBaseThe QuantityBase class. Contains the unit of measurement and its value.
VolumeQuantityThe VolumeQuantity class.
VolumeQuantityFormat-

Interfaces

InterfaceDescription
IAreaQuantityRepresents the IAreaQuantity interface.
IEnergyQuantityRepresents the IEnergyQuantity interface.
ILengthQuantityRepresents the ILengthQuantity interface.
IMassQuantityRepresents the IMassQuantity interface.
IQuantityRepresents the IQuantity interface.
IVolumeQuantityRepresents the IVolumeQuantity interface.

Functions

FunctionDescription
isAreaQuantityThe isAreaQuantity() method determines whether an object is an IAreaQuantity This function returns true if the object is an IAreaQuantity, and false if not.
isEnergyQuantityThe isEnergyQuantity() method determines whether an object is an IEnergyQuantity This function returns true if the object is an IEnergyQuantity, and false if not.
isLengthQuantityThe isLengthQuantity() method determines whether an object is an ILengthQuantity This function returns true if the object is an ILengthQuantity, and false if not.
isMassQuantityThe isMassQuantity() method determines whether an object is an IMassQuantity This function returns true if the object is an IMassQuantity, and false if not.
isQuantityThe isQuantity() method determines whether an object is an IQuantity This function returns true if the object is an IQuantity, and false if not.
isVolumeQuantityThe isVolumeQuantity() method determines whether an object is an IVolumeQuantity This function returns true if the object is an IVolumeQuantity, and false if not.

Released under the MIT License.