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