Creates a new
intmax_t, and sets its
value.
Namespace:
Math.Mpfr.Native
Assembly:
Math.Mpfr.Native (in Math.Mpfr.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic intmax_t(
long value
)
Public Sub New (
value As Long
)
public:
intmax_t(
long long value
)
new :
value : int64 -> intmax_t
Parameters
- value
- Type: SystemInt64
The value of the new intmax_t.
See Also