Click or drag to resize

PrefixedUnitPrefix Property

Gets the SI prefix (e.g. nano, micro, mega, etc.).

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

Property Value

SIPrefix
The SI prefix applied to the unit.

Implements

IPrefixedUnitPrefix
See Also