Creates a PrintMatrix object with a title directed to the
default output stream.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public PrintMatrix( string title ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ title As String _ ) |
Visual C++ |
---|
public: PrintMatrix( String^ title ) |
Parameters
- title
- Type: System..::.String
A String which specifies the title to be printed above the matrix.
Remarks
The matrix is printed without a title to System.Console.Out.