IMSL C# Numerical Library

PrintMatrix.SetEqualColumnWidths Method 

Force all of the columns to have the same width.

public PrintMatrix SetEqualColumnWidths(
   bool equalColumnWidths
);

Parameters

equalColumnWidths
A bool which specifies that all column widths will be equal.

Return Value

The PrintMatrix object.

See Also

PrintMatrix Class | Imsl.Math Namespace