Click or drag to resize
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.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual string Output { get; }

Return Value

Type: String
a String containing the output from PrintMatrix.print().
See Also