Click or drag to resize

IBufferObjectDataOutputWriteDouble Method (Int32, Double, ByteOrder)

Namespace:  Hazelcast.IO
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
void WriteDouble(
	int position,
	double v,
	ByteOrder byteOrder
)

Parameters

position
Type: SystemInt32
v
Type: SystemDouble
byteOrder
Type: Hazelcast.Net.ExtByteOrder
Exceptions
ExceptionCondition
IOException
See Also