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