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