Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics.SinglePrecision.Net40 (in Extreme.Numerics.SinglePrecision.Net40.dll) Version: 4.0.10170.0 (4.0.11003.0)
Syntax
| C# |
public int DiagonalIndex { get; }
|
| Visual Basic (Declaration) |
Public ReadOnly Property DiagonalIndex As Integer
Get
|
| Visual C++ |
public:
property int DiagonalIndex {
int get ();
}
|
| F# |
member DiagonalIndex : int
|
Field Value
The distance of the nonzero diagonal of the
SingleDiagonalMatrix from the main diagonal.
Remarks
See Also