Click or drag to resize
PrintMatrixString Constructor (StreamWriter, String)
Initializes a new instance of the PrintMatrixString class

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public PrintMatrixString(
	StreamWriter out_Renamed,
	string title
)

Parameters

out_Renamed
Type: System.IOStreamWriter

[Missing <param name="out_Renamed"/> documentation for "M:Imsl.Math.PrintMatrixString.#ctor(System.IO.StreamWriter,System.String)"]

title
Type: SystemString

[Missing <param name="title"/> documentation for "M:Imsl.Math.PrintMatrixString.#ctor(System.IO.StreamWriter,System.String)"]

See Also