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