CacheableInt32Array Conversion (CacheableInt32Array to Int32) |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static explicit operator int[] (
CacheableInt32Array value
)
Public Shared Narrowing Operator CType (
value As CacheableInt32Array
) As Integer()
static explicit operator array<int>^ (
CacheableInt32Array^ value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: GemStone.GemFire.CacheCacheableInt32Array
Return Value
Type:
Int32
See Also