GMP Native Interface for .NET
mp_limb_t Conversion (SByte to mp_limb_t) |
Namespace: Math.Gmp.Native
Assembly: Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)

public static explicit operator mp_limb_t ( sbyte value )
Public Shared Narrowing Operator CType ( value As SByte ) As mp_limb_t
static explicit operator mp_limb_t ( signed char value )
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemSByte
A SByte value.
Return Value
Type: mp_limb_tAn mp_limb_t value.
