mp_bitcnt_t Explicit Conversion (SByte to mp_bitcnt_t)

GMP Native Interface for .NET

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

Parameters

value
Type: SystemSByte
A Byte value.

Return Value

Type: mp_bitcnt_t
An mp_bitcnt_t value.
See Also