Click or drag to resize
mp_bitcnt_t  Conversion (Int64 to mp_bitcnt_t)
Converts an Int64 value to a mp_bitcnt_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_bitcnt_t (
	long value
)

Parameters

value
Type: SystemInt64
An Int64 value.

Return Value

Type: mp_bitcnt_t
An mp_bitcnt_t value.
See Also