mp_bitcnt_t Conversion (Byte to mp_bitcnt_t) |
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_bitcnt_t (
byte value
)
Public Shared Widening Operator CType (
value As Byte
) As mp_bitcnt_t
static implicit operator mp_bitcnt_t (
unsigned char value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemByte
A Byte value.
Return Value
Type:
mp_bitcnt_tAn
mp_bitcnt_t value.
See Also