mpfr_exp_t Conversion (mpfr_exp_t to Byte) |
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 byte (
mpfr_exp_t value
)
Public Shared Narrowing Operator CType (
value As mpfr_exp_t
) As Byte
static explicit operator unsigned char (
mpfr_exp_t value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: Math.Mpfr.Nativempfr_exp_t
An mpfr_exp_t value.
Return Value
Type:
ByteA
Byte value.
See Also