IPdxWriterWriteDouble Method |
Write a double precision real number to the IPdxWriter.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxIPdxWriter WriteDouble(
string fieldName,
double value
)
Function WriteDouble (
fieldName As String,
value As Double
) As IPdxWriter
IPdxWriter^ WriteDouble(
String^ fieldName,
double value
)
abstract WriteDouble :
fieldName : string *
value : float -> IPdxWriter
Parameters
- fieldName
- Type: SystemString
The name of the field associated with the value. - value
- Type: SystemDouble
The double precision real number to write.
Return Value
Type:
IPdxWriter
See Also