Click or drag to resize

SIPrefixExponent Property

Gets the exponent of this prefix (power of ten).

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

Property Value

Int32
The exponent of this prefix, e.g. -3 for milli.
See Also