SetDouble Method
Object List Next Object
Defined By: DataBuffer
Description:
Allows you to set a Double value.
Declaration:
Sub SetDouble(ByVal offset As Long, ByVal value As Double)
Details:
offset is the location, in Bytes, where the Double will be stored. value is the Double you want to store.
See Also:
GetSingle method