mpfr_sign_t Conversion (UInt16 to mpfr_sign_t) |
Namespace:
Math.Mpfr.Native
Assembly:
Math.Mpfr.Native (in Math.Mpfr.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static implicit operator mpfr_sign_t (
ushort value
)
Public Shared Widening Operator CType (
value As UShort
) As mpfr_sign_t
static implicit operator mpfr_sign_t (
unsigned short value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemUInt16
A UInt16 value.
Return Value
Type:
mpfr_sign_tAn
mpfr_sign_t value.
See Also