Click or drag to resize
PrintMatrixPrint Method (String)
Prints a string.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void Print(
	string text
)

Parameters

text
Type: SystemString
The String to be printed.
Remarks
This function can be overridden to print to something other than a PrintStream.
See Also