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