Click or drag to resize
uintmax_t  Conversion (UInt32 to uintmax_t)
Converts a UInt32 value to an uintmax_t 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 static implicit operator uintmax_t (
	uint value
)

Parameters

value
Type: SystemUInt32
A UInt32 value.

Return Value

Type: uintmax_t
An uintmax_t value.
See Also