IMSL C# Numerical Library

PrintMatrix.Print Method (String)

Prints a string.

protected void Print(
   string text
);

Parameters

text
The String to be printed.

Remarks

This function can be overridden to print to something other than a PrintStream.

See Also

PrintMatrix Class | Imsl.Math Namespace | PrintMatrix.Print Overload List