Click or drag to resize

Word Methods

The Word type exposes the following members.

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