Interface IPrefixUnit
Defines a unit of measurement that is used as a standard for measurement of the same kind of quantity. Any other quantity of that kind can be expressed as a multiple or fraction of the unit of measurement. Implements the IUnit
Inherited Members
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public interface IPrefixUnit : IUnit, IEquatable<IUnit>
Properties
| Improve this Doc View SourcePrefix
Gets the prefix that can be either a multiple or a submultiple to the base unit.
Declaration
IPrefixMultiple Prefix { get; }
Property Value
Type | Description |
---|---|
IPrefixMultiple | The prefix that can be either a multiple or a submultiple to the base unit. |
PrefixValue
Gets the prefix value of the base unit.
Declaration
double PrefixValue { get; }
Property Value
Type | Description |
---|---|
Double | The prefix value of the base unit. |