IPortableWriterWriteFloatArray Method Hazelcast .Net Client Class Library
Writes a primitive float array.

Namespace: Hazelcast.IO.Serialization
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.1
Syntax

void WriteFloatArray(
	string fieldName,
	float[] values
)

Parameters

fieldName
Type: SystemString
name of the field
values
Type: SystemSingle
float array to be written
Exceptions

ExceptionCondition
IOExceptionSystem.IO.IOException
Remarks

Writes a primitive float array.
See Also

Reference