mp_size_t Implicit Conversion (Int32 to mp_size_t)

GMP Native Interface for .NET

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

Parameters

value
Type: SystemInt32
An Int32 value.

Return Value

Type: mp_size_t
An mp_size_t value.
See Also