Prints a string.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual void Print(
	string text
)
Visual Basic (Declaration)
Public Overridable Sub Print ( _
	text As String _
)
Visual C++
public:
virtual void Print(
	String^ text
)

Parameters

text
Type: System..::.String
The String to be printed.

Remarks

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

See Also