Click or drag to resize
uintmax_t  Conversion (uintmax_t to Int64)
Converts an uintmax_t value to an Int64 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 explicit operator long (
	uintmax_t value
)

Parameters

value
Type: Math.Mpfr.Nativeuintmax_t
An uintmax_t value.

Return Value

Type: Int64
An Int64 value.
See Also