mp_exp_t Explicit Conversion (Int64 to mp_exp_t)

GMP Native Interface for .NET

mp_exp_t  Conversion (Int64 to mp_exp_t)
Converts an Int64 value to a mp_exp_t 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 explicit operator mp_exp_t (
	long value
)
Public Shared Narrowing Operator CType ( 
	value As Long
) As mp_exp_t
static explicit operator mp_exp_t (
	long long value
)
F# does not support the declaration of new casting operators.

Parameters

value
Type: SystemInt64
An Int64 value.

Return Value

Type: mp_exp_t
An mp_exp_t value.
See Also