PrintMatrixPrint Method (PrintMatrixFormat, Object) |
Prints an nRow by nColumn matrix with specified format.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void Print(
PrintMatrixFormat pmf,
Object array
)
Public Overridable Sub Print (
pmf As PrintMatrixFormat,
array As Object
)
public:
virtual void Print(
PrintMatrixFormat^ pmf,
Object^ array
)
abstract Print :
pmf : PrintMatrixFormat *
array : Object -> unit
override Print :
pmf : PrintMatrixFormat *
array : Object -> unit
Parameters
- pmf
- Type: Imsl.MathPrintMatrixFormat
A PrintMatrixFormat matrix format.
- array
- Type: SystemObject
A two-dimensional, non-empty, rectangular Object array.
See Also