Type for row labels.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public enum RowLabelType
Visual Basic (Declaration)
Public Enumeration RowLabelType
Visual C++
public enum class RowLabelType

Members

Member nameDescription
LabelNone
Specifies no row labels will be displayed.
LabelNumber
Specifies row labels will be an array of ints.

See Also