IMSL C# Numerical Library

PrintMatrix.SetPageWidth Method 

Sets the page width.

public PrintMatrix SetPageWidth(
   int pageWidth
);

Parameters

pageWidth
An int specifying the page width.

Return Value

The PrintMatrix object.

Remarks

The default value is the largest possible integer.

See Also

PrintMatrix Class | Imsl.Math Namespace