Click or drag to resize

IPrefixedUnitUnit Property

Gets the underlying unit that the prefix is applied to.

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
IUnit Unit { get; }

Property Value

IUnit
The unit without the prefix (for example, meter for nanometer).
See Also