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)
Syntaxpublic static int mpfr_fprintf(
ptr<FILE> stream,
string template,
params Object[] arguments
)
Public Shared Function mpfr_fprintf (
stream As ptr(Of FILE),
template As String,
ParamArray arguments As Object()
) As Integer
public:
static int mpfr_fprintf(
ptr<FILE>^ stream,
String^ template,
... array<Object^>^ arguments
)
static member mpfr_fprintf :
stream : ptr<FILE> *
template : string *
arguments : Object[] -> int
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:
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