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)
Syntaxpublic static int mpfr_printf(
string template,
params Object[] arguments
)
Public Shared Function mpfr_printf (
template As String,
ParamArray arguments As Object()
) As Integer
public:
static int mpfr_printf(
String^ template,
... array<Object^>^ arguments
)
static member mpfr_printf :
template : string *
arguments : Object[] -> int
Parameters
- template
- Type: SystemString
Format string. See Formatted Output Functions. - arguments
- Type: SystemObject
Arguments.
Return Value
Type:
Int32Return the number of characters written or a negative value if an error occurred.
ExamplesNo code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
See Also