GMP Native Interface for .NET
mp_exp_t Conversion (Int16 to mp_exp_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_exp_t ( short value )
Public Shared Widening Operator CType ( value As Short ) As mp_exp_t
static implicit operator mp_exp_t ( short value )
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemInt16
An Int16 value.
Return Value
Type: mp_exp_tAn mp_exp_t value.
See Also