Specifies the size of the a data unit.

Namespace: SharpAssembler.Core
Assembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public enum DataSize
Visual Basic
Public Enumeration DataSize
Visual C++
public enum class DataSize

Members

Member nameValueDescription
None0 No data size.
Bit81 An 8-bit data unit.
Bit162 A 16-bit data unit.
Bit324 A 32-bit data unit.
Bit648 A 64-bit data unit.
Bit8010 A 80-bit data unit.
Bit12816 A 128-bit data unit.
Bit25632 A 256-bit data unit.
GetBitCount Returns the number of bits representing the specified data size.

See Also