Readonly dimensionsReadonly labelsThe label strings to use for each dimension.
Readonly multiplierStatic Readonly AMPEREUnit of electric current. The ampere is that constant current which, if maintained in two straight parallel conductors of infinite length, of negligible circular cross-section, and placed 1 meter apart in vacuum, would produce between these conductors a force equal to 2 x 10-7 newton per meter of length.
Static Readonly CANDELAUnit of luminous intensity. The candela is the luminous intensity, in a given direction, of a source that emits monochromatic radiation of frequency 540 x 1012 hertz and that has a radiant intensity in that direction of 1/683 watt per steradian.
Static Readonly COULOMBUnit of electric charge.
Static Readonly FRICTION_The unit for a Friction Coefficient, Ns/m.
Static Readonly INV_The unit of angular velocity.
Static Readonly JOULEStatic Readonly JOULE_The unit of angular momentum.
Static Readonly KELVINUnit of thermodynamic temperature. The kelvin, unit of thermodynamic temperature, is the fraction 1/273.16 of the thermodynamic temperature of the triple point of water.
Static Readonly KILOGRAMUnit of mass. The kilogram is the unit of mass; it is equal to the mass of the international prototype of the kilogram.
Static Readonly KILOGRAM_The unit of linear momentum.
Static Readonly KILOGRAM_The unit of moment of inertia.
Static Readonly METERUnit of length. The meter is the length of the path travelled by light in vacuum during a time interval of 1/299 792 458 of a second.
Static Readonly MOLEUnit of amount of substance.
Static Readonly NEWTONStatic Readonly ONEInternal symbolic constant to improve code readability. May be undefined or an instance of Unit.
Static Readonly SECONDUnit of time. The second is the duration of 9 192 631 770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom.
Static Readonly STIFFNESSThe unit for a Spring constant, N/m.
Static assertThe unit of measure that must be dimensionless.
Static compatibleStatic divStatic invStatic isStatic isThe unit of measure.
true if the uom is one or if it is undefined.
Static mulStatic mustStatic powStatic sqrtStatic valueConstructs a Unit.
Generated using TypeDoc
The Unit class represents the units for a measure.
It is important to note that the
Unit.ONEvalue is considered to be equivalent to the absence of aUnitinstance orundefined. For this reason, it is convenient to use thestaticmethods when comparing or computing with theUnitclass.