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