Click or drag to resize

UnitWithLimitedPrefixesPrefixes Property

Returns a list of possible prefixes for this unit (like µ, m, k, M, G..).

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

Property Value

ISIPrefixList
The ISIPrefixList containing the prefixes that can be applied to this unit.

Implements

IUnitPrefixes
See Also