This API is preliminary and subject to change.
Gets or sets the index of labels for the columns of the matrix.
Namespace:
Extreme.Mathematics.LinearAlgebra
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public IIndex ColumnIndex { get; set; }
Public Property ColumnIndex As IIndex
Get
Set
public:
virtual property IIndex^ ColumnIndex {
IIndex^ get () sealed;
void set (IIndex^ value) sealed;
}
abstract ColumnIndex : IIndex with get, set
override ColumnIndex : IIndex with get, set
Property Value
Type:
IIndex
Reference