IMSL C# Numerical Library

PrintMatrixFormat Class

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

For a list of all members of this type, see PrintMatrixFormat Members.

System.Object
   Imsl.Math.PrintMatrixFormat

public class PrintMatrixFormat

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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

Requirements

Namespace: Imsl.Math

Assembly: ImslCS (in ImslCS.dll)

See Also

PrintMatrixFormat Members | Imsl.Math Namespace | PrintMatrix | Convert | Simple Example | Example overrriding format method.