Click or drag to resize
PrintMatrix.Print 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: System.Object
A two-dimensional, non-empty, rectangular Object array.
See Also