Click or drag to resize
mpfr_libmpfr_printf Method
Print to stdout the optional arguments under the control of the template string template.

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_printf(
	string template,
	params Object[] arguments
)

Parameters

template
Type: SystemString
Format string. See Formatted Output Functions.
arguments
Type: SystemObject
Arguments.

Return Value

Type: Int32
Return the number of characters written or a negative value if an error occurred.
Examples
See Also