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