This class can be used to customize the actions of PrintMatrix.

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

Syntax

C#
[SerializableAttribute]
public class PrintMatrixFormat
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class PrintMatrixFormat
Visual C++
[SerializableAttribute]
public ref class PrintMatrixFormat

Remarks

By default, entries are formatted using the data type's ToString method.

Inheritance Hierarchy

System..::.Object
Imsl.Math..::.PrintMatrixFormat

See Also