Prints an nRow by nColumn matrix with specified format.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual void Print( PrintMatrixFormat pmf, Object array ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub Print ( _ pmf As PrintMatrixFormat, _ array As Object _ ) |
Visual C++ |
---|
public: virtual void Print( PrintMatrixFormat^ pmf, Object^ array ) |
Parameters
- pmf
- Type: Imsl.Math..::.PrintMatrixFormat
A PrintMatrixFormat matrix format.
- array
- Type: System..::.Object
A two-dimensional, non-empty, rectangular Object array.