PrintMatrix.Print Method (PrintMatrixFormat, Object) |
Prints an nRow by nColumn matrix with specified format.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual void Print(
PrintMatrixFormat pmf,
Object array
)
Public Overridable Sub Print (
pmf As PrintMatrixFormat,
array As Object
)
public:
virtual void Print(
PrintMatrixFormat^ pmf,
Object^ array
)
abstract Print :
pmf : PrintMatrixFormat *
array : Object -> unit
override Print :
pmf : PrintMatrixFormat *
array : Object -> unit
Parameters
- pmf
- Type: Imsl.Math.PrintMatrixFormat
A PrintMatrixFormat matrix format.
- array
- Type: System.Object
A two-dimensional, non-empty, rectangular Object array.
See Also