IPdxWriterWriteDoubleArray Method |
Write an collection to the IPdxWriter.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxIPdxWriter WriteDoubleArray(
string fieldName,
double[] doubleArray
)
Function WriteDoubleArray (
fieldName As String,
doubleArray As Double()
) As IPdxWriter
IPdxWriter^ WriteDoubleArray(
String^ fieldName,
array<double>^ doubleArray
)
abstract WriteDoubleArray :
fieldName : string *
doubleArray : float[] -> IPdxWriter
Parameters
- fieldName
- Type: SystemString
The name of the field associated with the value. - doubleArray
- Type: SystemDouble
The doubleArray to write.
Return Value
Type:
IPdxWriter
See Also