Click or drag to resize
mpfr_libmpfr_fprintf Method
Print to the stream stream 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_fprintf(
	ptr<FILE> stream,
	string template,
	params Object[] arguments
)

Parameters

stream
Type: Math.Gmp.NativeptrFILE
The output stream.
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