This method should be called after the print() method is called on the class instance to retrieve output as a String.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual string Output { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Output As String
Visual C++
public:
virtual property String^ Output {
	String^ get ();
}

Return Value

a String containing the output from PrintMatrix.print().

See Also