mp_bitcnt_t Explicit Conversion (mp_bitcnt_t to Int16)

GMP Native Interface for .NET

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

Parameters

value
Type: Math.Gmp.Nativemp_bitcnt_t
An mp_bitcnt_t value.

Return Value

Type: Int16
An Int16 value.
See Also