CacheableDoubleArrayCreate Method (Double, Int32) |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static CacheableDoubleArray Create(
double[] value,
int length
)
Public Shared Function Create (
value As Double(),
length As Integer
) As CacheableDoubleArray
public:
static CacheableDoubleArray^ Create(
array<double>^ value,
int length
)
static member Create :
value : float[] *
length : int -> CacheableDoubleArray
Parameters
- value
- Type: SystemDouble
- length
- Type: SystemInt32
Return Value
Type:
CacheableDoubleArray
See Also