Click or drag to resize

IUnit Interface

Represents an arbitrary unit (SI or any other unit).

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IUnit

The IUnit type exposes the following members.

Properties
 NameDescription
Public propertyNameFull name of the unit.
Public propertyPrefixes Returns a list of possible prefixes for this unit (like µ, m, k, M, G..).
Public propertyShortCutUsual shortcut of the unit.
Public propertySIUnit Returns the corresponding SI unit.
Top
Methods
 NameDescription
Public methodFromSIUnit Converts x (in SI units) to the corresponding value in this unit.
Public methodToSIUnit Converts x to the corresponding SI unit.
Top
See Also