IMSL C# Numerical Library

PrintMatrixFormat.ColumnLabelType Enumeration

Type for column labels.

public enum PrintMatrixFormat.ColumnLabelType

Members

Member Name Description
LabelNone Specifies no column labels will be displayed.
LabelString Specifies column labels will be an array of Strings.
LabelNumber Specifies column labels will be an array of ints.

Requirements

Namespace: Imsl.Math

Assembly: ImslCS (in ImslCS.dll)

See Also

Imsl.Math Namespace