Click or drag to resize

IPrefixedUnit Interface

Interface to a unit, that is prefixed with an SI prefix. Example: Nanometer (Meter is the unit, Nano is the prefix).

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IPrefixedUnit

The IPrefixedUnit type exposes the following members.

Properties
 NameDescription
Public propertyPrefix Gets the SI prefix (e.g. Nano, Micro, Mega etc.)
Public propertyUnit Gets the unit.
Top
See Also