Show / Hide Table of Contents

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

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2008-2022 Geekle. All rights reserved. Code with passion and love; deploy with confidence. 👨‍💻️🔥❤️🚀😎
Generated by DocFX