IMSL C# Numerical Library

PrintMatrix.PrintHTML Method 

Prints an nRow by nColumn matrix with specified format for HTML output.

public void PrintHTML(
   PrintMatrixFormat pmf,
   object array,
   int nRows,
   int nColumns
);

Parameters

pmf
A PrintMatrixFormat matrix format.
array
The Matrix to be printed.
nRows
An int specifying the number of rows in the matrix.
nColumns
An int specifying the number of columns in the matrix.

See Also

PrintMatrix Class | Imsl.Math Namespace