PrefixedUnitUnit Property |
Gets the underlying unit that the prefix is applied to.
Namespace: Altaxo.UnitsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic IUnit Unit { get; }Property Value
IUnitThe unit without the prefix (for example, meter for nanometer).
Implements
IPrefixedUnitUnit
See Also