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.3448.0 (4.8.3448.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 underlying unit that the prefix is applied to.
Top
See Also