intmax_t Conversion (intmax_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 explicit operator int (
intmax_t value
)
Public Shared Narrowing Operator CType (
value As intmax_t
) As Integer
static explicit operator int (
intmax_t value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: Math.Mpfr.Nativeintmax_t
An intmax_t value.
Return Value
Type:
Int32An
Int32 value.
See Also