Enum UnitPrefix
Specifies the two standards for binary multiples and decimal multiples.
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public enum UnitPrefix
Fields
Name | Description |
---|---|
Binary | Defines the IEEE 1541 standard for binary prefix that refers strictly to powers of 2 (eg. one kibibit represents 1024 bits and not 1000 bits). |
Decimal | Defines the International System of Units (SI) standard for metric prefixes that refers strictly to powers of 10 (eg. one kilobit represents 1000 bits and not 1024 bits). |