IPdxInstanceFactoryWriteDouble Method |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxIPdxInstanceFactory WriteDouble(
string fieldName,
double value
)
Function WriteDouble (
fieldName As String,
value As Double
) As IPdxInstanceFactory
IPdxInstanceFactory^ WriteDouble(
String^ fieldName,
double value
)
abstract WriteDouble :
fieldName : string *
value : float -> IPdxInstanceFactory
Parameters
- fieldName
- Type: SystemString
- value
- Type: SystemDouble
Return Value
Type:
IPdxInstanceFactory
See Also