IPdxWriterWriteFloatArray 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 WriteFloatArray(
string fieldName,
float[] floatArray
)
Function WriteFloatArray (
fieldName As String,
floatArray As Single()
) As IPdxWriter
IPdxWriter^ WriteFloatArray(
String^ fieldName,
array<float>^ floatArray
)
abstract WriteFloatArray :
fieldName : string *
floatArray : float32[] -> IPdxWriter
Parameters
- fieldName
- Type: SystemString
The name of the field associated with the value. - floatArray
- Type: SystemSingle
The floatArray to write.
Return Value
Type:
IPdxWriter
See Also