| IBufferObjectDataInputReadDouble Method (Int32, ByteOrder) |
Namespace:
Hazelcast.IO
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax double ReadDouble(
int position,
ByteOrder byteOrder
)
Function ReadDouble (
position As Integer,
byteOrder As ByteOrder
) As Double
double ReadDouble(
int position,
ByteOrder^ byteOrder
)
abstract ReadDouble :
position : int *
byteOrder : ByteOrder -> float
Parameters
- position
- Type: SystemInt32
- byteOrder
- Type: Hazelcast.Net.ExtByteOrder
Return Value
Type:
DoubleExceptions See Also