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