Click or drag to resize

IBufferObjectDataInput.ReadFloat Method (Int32, ByteOrder)

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

Parameters

position
Type: System.Int32
byteOrder
Type: Hazelcast.Net.Ext.ByteOrder

Return Value

Type: Single
Exceptions
ExceptionCondition
IOException
See Also