Click or drag to resize
intmax_t Constructor
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)
Syntax
public intmax_t(
	long value
)

Parameters

value
Type: SystemInt64
The value of the new intmax_t.
See Also