PrintMatrix Constructor (String) |
Creates a PrintMatrix object with a title directed to the
default output stream.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public PrintMatrix(
string title
)
Public Sub New (
title As String
)
public:
PrintMatrix(
String^ title
)
new :
title : string -> PrintMatrix
Parameters
- title
- Type: SystemString
A String which specifies the title to be printed above the
matrix.
Remarks
The matrix is printed without a title to System.Console.Out.
See Also