Click or drag to resize
mpfr_libMPFR_VERSION_NUM Method
Create an integer in the same format as used by MPFR_VERSION from the given major, minor and patchlevel.

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 int MPFR_VERSION_NUM(
	int major,
	int minor,
	int patchlevel
)

Parameters

major
Type: SystemInt32
The major version.
minor
Type: SystemInt32
The minor version.
patchlevel
Type: SystemInt32
The patch level.

Return Value

Type: Int32
An integer in the same format as used by MPFR_VERSION from the given major, minor and patchlevel.
See Also