PrintMatrixPrintHTML Method |
Prints an nRow by nColumn matrix with specified format for HTML output.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void PrintHTML(
PrintMatrixFormat pmf,
Object array,
int nRows,
int nColumns
)
Public Sub PrintHTML (
pmf As PrintMatrixFormat,
array As Object,
nRows As Integer,
nColumns As Integer
)
public:
void PrintHTML(
PrintMatrixFormat^ pmf,
Object^ array,
int nRows,
int nColumns
)
member PrintHTML :
pmf : PrintMatrixFormat *
array : Object *
nRows : int *
nColumns : int -> unit
Parameters
- pmf
- Type: Imsl.MathPrintMatrixFormat
A PrintMatrixFormat matrix format.
- array
- Type: SystemObject
The Matrix to be printed.
- nRows
- Type: SystemInt32
An int specifying the number of rows in the matrix.
- nColumns
- Type: SystemInt32
An int specifying the number of columns in the matrix.
See Also