DK11 for .NET | TatukGIS.NDK.TGIS_Bytes.ReadWord | Constructors | Methods | Properties
Read a word value.
// C# public ushort ReadWord( int _off );
' VisualBasic Public Function ReadWord( ByVal _off As Integer ) As UInt16
// Oxygene public function ReadWord( _off : Integer ) : Word;
Name | Type | Description |
---|---|---|
_off | int Integer | offset the values is placed at |
Type | Description |
---|---|
ushort Word | read value |