Click or drag to resize

IPortableWriterWriteFloat Method

Writes a primitive float.

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
void WriteFloat(
	string fieldName,
	float value
)

Parameters

fieldName
Type: SystemString
name of the field
value
Type: SystemSingle
int value to be written
Exceptions
ExceptionCondition
IOExceptionSystem.IO.IOException
Remarks
Writes a primitive float.
See Also