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

BinaryPrefix Enum

In This Article

Lists binary metric prefixes.

Namespace: DevExpress.UnitConversion

Assembly: DevExpress.Docs.v24.2.dll

NuGet Package: DevExpress.Document.Processor

#Declaration

public enum BinaryPrefix

#Members

Name Description
Yobi

2^80 = 1 208 925 819 614 629 174 706 176 (“Yi”)

Zebi

2^70 = 1 180 591 620 717 411 303 424 (“Zi”)

Exbi

2^60 = 1 152 921 504 606 846 976 (“Ei”)

Pebi

2^50 = 1 125 899 906 842 624 (“Pi”)

Tebi

2^40 = 1 099 511 627 776 (“Ti”)

Gibi

2^30 = 1 073 741 824 (“Gi”)

Mebi

2^20 = 1 048 576 “Mi”

Kibi

2^10 = 1024 (“ki”)

Yotta

2^80 = 1 208 925 819 614 629 174 706 176 (“Yi”)

Zetta

2^70 = 1 180 591 620 717 411 303 424 (“Zi”)

Exa

2^60 = 1 152 921 504 606 846 976 (“Ei”)

Peta

2^50 = 1 125 899 906 842 624 (“Pi”)

Tera

2^40 = 1 099 511 627 776 (“Ti”)

Giga

2^30 = 1 073 741 824 (“Gi”)

Mega

2^20 = 1 048 576 “Mi”

Kilo

2^10 = 1024 (“ki”)

None

1

See Also