Click or drag to resize
PrintMatrixPrint Method (Object)
Prints an nRow by nColumn matrix with the default format.

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

Parameters

array
Type: SystemObject
A two-dimensional, non-empty, rectangular Object array.
See Also