GetDouble Method

Object List Next Object

Defined By:
DataBuffer

Description:

Finds a Double value.

Declaration:

Function GetDouble(ByVal offset As Long) As Double

Details:

Offset is the position, in Bytes, of the Double you want to inspect. GetDouble returns the Double value at the requested position.

See Also:

SetDouble method