Hex Editor - Binary File Editing Software for Windows
Download Hex Editor Neo Hide this button

ValueType Enumeration

Specifies the type of the value. Used by the createPattern method.

SymbolValueDescription
Byte0Numbers should be interpreted as bytes (8-bit unsigned values).
Word1Numbers should be interpreted as words (16-bit unsigned values).
DoubleWord2Numbers should be interpreted as double words (32-bit unsigned values).
QuadWord3Numbers should be interpreted as quad words (64-bit unsigned values).
Float4Numbers should be interpreted as single-precision floating-point values.
Double5Numbers should be interpreted as double-precision floating-point values.