Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

MetricPrefix Enum

In This Article

Lists metric prefixes.

Namespace: DevExpress.UnitConversion

Assembly: DevExpress.Docs.v24.2.dll

NuGet Package: DevExpress.Document.Processor

#Declaration

public enum MetricPrefix

#Members

Name Description
Yotta

1E+24 (“Y”)

Zetta

1E+21 (“Z”)

Exa

1E+18 (“E”)

Peta

1E+15 (“P”)

Tera

1E+12 (“T”)

Giga

1E+09 (“G”)

Mega

1E+06 (“M”)

Kilo

1E+03 (“k”)

Hecto

1E+02 (h”)

Dekao

1E+01 (“e”)

Deci

1E-01 (“d”)

None

1

Centi

1E-02 (“c”)

Milli

1E-03 (“m”)

Micro

1E-06 (“u”)

Nano

1E-09 (“n”)

Pico

1E-12 (“p”)

Femto

1E-15 (“f”)

Atto

1E-18 “a”

Zepto

1E-21 (“z”)

Yocto

1E-24 (“y”)

See Also