mp_exp_t Implicit Conversion (mp_exp_t to Int32)

GMP Native Interface for .NET

mp_exp_t  Conversion (mp_exp_t to Int32)
Converts an mp_exp_t value to an Int32 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 int (
	mp_exp_t value
)
Public Shared Widening Operator CType ( 
	value As mp_exp_t
) As Integer
static implicit operator int (
	mp_exp_t value
)
F# does not support the declaration of new casting operators.

Parameters

value
Type: Math.Gmp.Nativemp_exp_t
An mp_exp_t value.

Return Value

Type: Int32
An Int32 value.
See Also