mpfr_sign_t Conversion (mpfr_sign_t to Int32) |
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 int (
mpfr_sign_t value
)
Public Shared Widening Operator CType (
value As mpfr_sign_t
) As Integer
static implicit operator int (
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:
Int32An
Int32 value.
See Also