Table of Contents

Enum UnitPrefix

Namespace
Cuemon
Assembly
Cuemon.Core.dll

Specifies the two standards for binary multiples and decimal multiples.

public enum UnitPrefix

Fields

Binary = 0

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 = 1

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).