PrintMatrixSetTitle Method |
Sets the matrix title.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public PrintMatrix SetTitle(
string title
)
Public Function SetTitle (
title As String
) As PrintMatrix
public:
PrintMatrix^ SetTitle(
String^ title
)
member SetTitle :
title : string -> PrintMatrix
Parameters
- title
- Type: SystemString
A String specifying the title of the matrix.
Return Value
Type:
PrintMatrix
The
PrintMatrix object.
See Also