Click or drag to resize

IPortableReaderReadFloatArray Method

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
float[] ReadFloatArray(
	string fieldName
)

Parameters

fieldName
Type: SystemString
name of the field

Return Value

Type: Single
the float array value read
Exceptions
ExceptionCondition
IOExceptionSystem.IO.IOException
See Also