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