Click or drag to resize
uintmax_t Constructor
Creates a new uintmax_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 uintmax_t(
	ulong value
)

Parameters

value
Type: System.UInt64
The value of the new uintmax_t.
See Also