mpfr_sign_tExplicit Conversion (mpfr_sign_t to SByte) |
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 sbyte (
mpfr_sign_t value
)
Public Shared Narrowing Operator CType (
value As mpfr_sign_t
) As SByte
static explicit operator signed char (
mpfr_sign_t value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: Math.Mpfr.Native.mpfr_sign_t
An mpfr_sign_t value.
Return Value
Type:
SByteAn
SByte value.
See Also