Click or drag to resize

IBufferObjectDataOutput.WriteFloat Method (Int32, Single, ByteOrder)

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

Parameters

position
Type: System.Int32
v
Type: System.Single
byteOrder
Type: Hazelcast.Net.Ext.ByteOrder
Exceptions
ExceptionCondition
IOException
See Also