Click or drag to resize
PrintMatrixSetTitle Method
Sets the matrix title.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public PrintMatrix SetTitle(
	string title
)

Parameters

title
Type: SystemString
A String specifying the title of the matrix.

Return Value

Type: PrintMatrix
The PrintMatrix object.
See Also