AtomicInt64 Conversion (AtomicInt64 to Int64)
Implicitly converts an AtomicInt64 to a long.
Namespace: SnapDB.ThreadingAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static implicit operator long (
AtomicInt64 value
)
Public Shared Widening Operator CType (
value As AtomicInt64
) As Long
static implicit operator long long (
AtomicInt64^ value
)
JavaScript does not support the declaration of new casting operators.
- value AtomicInt64
- The AtomicInt64 instance to convert.
Int64The long value obtained from the AtomicInt64 instance.