Click or drag to resize
mpfr_prec_t  Conversion (UInt64 to mpfr_prec_t)
Converts a UInt64 value to an mpfr_prec_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 explicit operator mpfr_prec_t (
	ulong value
)

Parameters

value
Type: SystemUInt64
A UInt64 value.

Return Value

Type: mpfr_prec_t
An mpfr_prec_t value.
See Also