Click or drag to resize

MetricExponent Enumeration

Enumerates the 20 International System prefixes used to form decimal multiples and sub-multiples of International System units

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
[SerializableAttribute]
public enum MetricExponent
Members
Member nameValueDescription
Unit0Represents no multiple
Deka1Represents a multiple of 10^1
Hecto2Represents a multiple of 10^2
Kilo3Represents a multiple of 10^3
Mega6Represents a multiple of 10^6
Giga9Represents a multiple of 10^9
Deci-1Represents a multiple of 10^-1
Tera12Represents a multiple of 10^12
Peta15Represents a multiple of 10^15
Exa18Represents a multiple of 10^18
Centi-2Represents a multiple of 10^-2
Zetta21Represents a multiple of 10^21
Yotta24Represents a multiple of 10^24
Milli-3Represents a multiple of 10^-3
Micro-6Represents a multiple of 10^-6
Nano-9Represents a multiple of 10^-9
Pico-12Represents a multiple of 10^-12
Femto-15Represents a multiple of 10^-15
Atto-18Represents a multiple of 10^-18
Zepto-21Represents a multiple of 10^-21
Yocto-24Represents a multiple of 10^-24
Remarks
See Also