mpfr_prec_t Conversion (mpfr_prec_t to Int64) |
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 long (
mpfr_prec_t value
)
Public Shared Widening Operator CType (
value As mpfr_prec_t
) As Long
static implicit operator long long (
mpfr_prec_t value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: Math.Mpfr.Nativempfr_prec_t
An mpfr_prec_t value.
Return Value
Type:
Int64An
Int64 value.
See Also