PrintMatrixStringOutput Property |
This method should be called after the print() method is called on
the class instance to retrieve output as a String.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual string Output { get; }
Public Overridable ReadOnly Property Output As String
Get
public:
virtual property String^ Output {
String^ get ();
}
abstract Output : string with get
override Output : string with get
Return Value
Type:
String a
String containing the output from
PrintMatrix.print().
See Also