Click or drag to resize
PrintMatrixPrint Method (PrintMatrixFormat, Object)
Prints an nRow by nColumn matrix with specified format.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void Print(
	PrintMatrixFormat pmf,
	Object array
)

Parameters

pmf
Type: Imsl.MathPrintMatrixFormat
A PrintMatrixFormat matrix format.
array
Type: SystemObject
A two-dimensional, non-empty, rectangular Object array.
See Also