Table of Contents

Enum UnitPrefix

Namespace
NominalSystems
Assembly
NominalSystems.Core.dll

Represents all supported/common SI (International System of Units) prefixes.


public enum UnitPrefix : ulong

Fields

ATTO = 20

A prefix representing a factor of 10^−18.

CENTI = 14

A prefix representing a factor of 10^−2.

DECA = 12

A prefix representing a factor of 10^1.

DECI = 13

A prefix representing a factor of 10^−1.

EXA = 5

A prefix representing a factor of 10^18.

FEMTO = 19

A prefix representing a factor of 10^−15.

GIGA = 8

A prefix representing a factor of 10^9.

HECTO = 11

A prefix representing a factor of 10^2.

KILO = 10

A prefix representing a factor of 10^3.

MEGA = 9

A prefix representing a factor of 10^6.

MICRO = 16

A prefix representing a factor of 10^−6.

MILLI = 15

A prefix representing a factor of 10^−3.

NANO = 17

A prefix representing a factor of 10^−9.

NONE = 0

The representation of a unit/value/result/symbol without a prefix.

PETA = 6

A prefix representing a factor of 10^15.

PICO = 18

A prefix representing a factor of 10^−12.

QUECTO = 24

A prefix representing a factor of 10^−30.

QUETTA = 1

A prefix representing a factor of 10^30.

RONNA = 2

A prefix representing a factor of 10^27.

RONTO = 23

A prefix representing a factor of 10^−27.

TERA = 7

A prefix representing a factor of 10^12.

YOCTO = 22

A prefix representing a factor of 10^−24.

YOTTA = 3

A prefix representing a factor of 10^24.

ZEPTO = 21

A prefix representing a factor of 10^−21.

ZETTA = 4

A prefix representing a factor of 10^21.