PrintMatrixPrint Method (String) |
Prints a string.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void Print(
string text
)
Public Overridable Sub Print (
text As String
)
public:
virtual void Print(
String^ text
)
abstract Print :
text : string -> unit
override Print :
text : string -> unit
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