mpfr_exp_t Conversion (Int64 to mpfr_exp_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 explicit operator mpfr_exp_t (
long value
)
Public Shared Narrowing Operator CType (
value As Long
) As mpfr_exp_t
static explicit operator mpfr_exp_t (
long long value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemInt64
An Int64 value.
Return Value
Type:
mpfr_exp_tAn
mpfr_exp_t value.
See Also