Click or drag to resize
IPdxWriterWriteFloat Method
Write a float to the IPdxWriter.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
IPdxWriter WriteFloat(
	string fieldName,
	float value
)

Parameters

fieldName
Type: SystemString
The name of the field associated with the value.
value
Type: SystemSingle
The float value to write.

Return Value

Type: IPdxWriter
See Also