Click or drag to resize
mp_bitcnt_t  Conversion (mp_bitcnt_t to UInt16)
Converts an mp_bitcnt_t value to a UInt16 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 ushort (
	mp_bitcnt_t value
)

Parameters

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

Return Value

Type: UInt16
A UInt16 value.
See Also