|   | Word Methods | 
The Word type exposes the following members.
 Methods
Methods
        | Name | Description | |
|---|---|---|
|   | AlignDoubleWord(Int32) | Aligns double-word value on a 32-bit boundary. | 
|   | AlignDoubleWord(UInt32) | Aligns double-word value on a 32-bit boundary. | 
|   | AlignQuadWord(Int64) | Aligns quad-word value on a 64-bit boundary. | 
|   | AlignQuadWord(UInt64) | Aligns quad-word value on a 64-bit boundary. | 
|   | AlignWord(Int16) | Aligns word value on a 16-bit boundary. | 
|   | AlignWord(UInt16) | Aligns word value on a 16-bit boundary. | 
|   | HighByte | Returns the high-byte from an unsigned word (UInt16). | 
|   | HighDoubleWord | Returns the unsigned high-double-word (UInt32) from an unsigned quad-word (UInt64). | 
|   | HighNibble | Returns the high-nibble (high 4-bits) from a byte. | 
|   | HighWord | Returns the unsigned high-word (UInt16) from an unsigned double-word (UInt32). | 
|   | LowByte | Returns the low-byte from an unsigned word (UInt16). | 
|   | LowDoubleWord | Returns the unsigned low-double-word (UInt32) from an unsigned quad-word (UInt64). | 
|   | LowNibble | Returns the low-nibble (low 4-bits) from a byte. | 
|   | LowWord | Returns the unsigned low-word (UInt16) from an unsigned double-word (UInt32). | 
|     | MakeDoubleWord | Makes an unsigned double-word (UInt32) from two unsigned words (UInt16). | 
|     | MakeQuadWord | Makes an unsigned quad-word (UInt64) from two unsigned double-words (UInt32). | 
|     | MakeWord | Makes an unsigned word (UInt16) from two bytes. | 
 See Also
See Also