IMSL C# Numerical Library

PrintMatrixFormat.SetColumnLabels Method 

Turns on column labeling using the given labels.

public void SetColumnLabels(
   string[] columnLabels
);

Parameters

columnLabels
An array of Strings to be used as column labels. If there are more columns than labels, the labels are reused.

See Also

PrintMatrixFormat Class | Imsl.Math Namespace