Table of Contents

Class BitOfByte

Namespace
Zyl.VectorTraits.Impl
Assembly
VectorTraits.dll

Number of bits of bytes (字节的位数).

public static class BitOfByte
Inheritance
BitOfByte
Inherited Members

Fields

Bit1024

1024 bit = 128 byte.

Bit128

128 bit = 16 byte.

Bit16

16 bit = 2 byte.

Bit2048

2048 bit = 256 byte.

Bit256

256 bit = 32 byte.

Bit32

32 bit = 4 byte.

Bit4096

4096 bit = 512 byte.

Bit512

512 bit = 64 byte.

Bit64

64 bit = 8 byte.

Bit8

8 bit = 1 byte.

Bit8192

8192 bit = 1024 byte.