Click or drag to resize

UnitsExtensions Class

Extension to help finding all defined units and instantiating them.
Inheritance Hierarchy
SystemObject
  Altaxo.UnitsUnitsExtensions

Namespace: Altaxo.Units
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class UnitsExtensions

The UnitsExtensions type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGetAllDefinedQuantities Enumerates all defined quantities.
Public methodStatic memberGetAllDefinedUnits Gets all defined units in the currently loaded assemblies, i.e. all classes that are decorated with the UnitDescriptionAttribute.
Public methodStatic memberGetAvailableUnitsForQuantity Gets all available units for a given quantity.
Public methodStatic memberGetUnitInstance Gets the unit instance for a given type.
Public methodStatic memberGetUnits Gets the units that are compatible to a given SI unit.
Public methodStatic memberGetValueRateUnits 
Top
See Also