IMSL C# Numerical Library

PrintMatrix.SetColumnSpacing Method 

Sets the number of spaces between columns.

public PrintMatrix SetColumnSpacing(
   int columnSpacing
);

Parameters

columnSpacing
An int specifying the number of spaces between columns.

Return Value

The PrintMatrix object.

Remarks

The default value is 2.

See Also

PrintMatrix Class | Imsl.Math Namespace