Click or drag to resize

IPortableWriterWriteFloatArray Method

Writes a primitive float array.

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
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