Word Class
Defines functions related to 16-bit words, 32-bit double-words and 64-bit quad-words.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
Public NotInheritable Class Word
public ref class Word abstract sealed
Gemstone.Word = function();
Type.createClass(
'Gemstone.Word');
- Inheritance
- Object Word
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.
|