Implicit casting of Counter64 value as UInt64 value
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public static implicit operator ulong ( Counter64 value ) |
| Visual Basic (Declaration) |
|---|
Public Shared Widening Operator CType ( _ value As Counter64 _ ) As ULong |
| Visual C++ |
|---|
static implicit operator unsigned long long ( Counter64^ value ) |
Parameters
- value
- Type: SnmpSharpNet..::.Counter64
Counter64 class whose value is cast as UInt64 value