IPdxWriterWriteFloat Method |
Write a float to the IPdxWriter.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxIPdxWriter WriteFloat(
string fieldName,
float value
)
Function WriteFloat (
fieldName As String,
value As Single
) As IPdxWriter
IPdxWriter^ WriteFloat(
String^ fieldName,
float value
)
abstract WriteFloat :
fieldName : string *
value : float32 -> IPdxWriter
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