Click or drag to resize

UnitWithLimitedPrefixesUnit Property

Gets the underlying unit that is wrapped by this instance.

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

Property Value

IUnit
The underlying IUnit.
See Also