mp_limb_t Implicit Conversion (mp_limb_t to UInt64)

GMP Native Interface for .NET

mp_limb_t  Conversion (mp_limb_t to UInt64)
Converts a mp_limb_t value to a UInt64 value.

Namespace:  Math.Gmp.Native
Assembly:  Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static implicit operator ulong (
	mp_limb_t value
)
Public Shared Widening Operator CType ( 
	value As mp_limb_t
) As ULong
static implicit operator unsigned long long (
	mp_limb_t value
)
F# does not support the declaration of new casting operators.

Parameters

value
Type: Math.Gmp.Nativemp_limb_t
An mp_limb_t value.

Return Value

Type: UInt64
A UInt64 value.
See Also