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