Sets the matrix title.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public PrintMatrix SetTitle(
	string title
)
Visual Basic (Declaration)
Public Function SetTitle ( _
	title As String _
) As PrintMatrix
Visual C++
public:
PrintMatrix^ SetTitle(
	String^ title
)

Parameters

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

Return Value

The PrintMatrix object.

See Also