TridiagonalMatrixDimension Property |
Gets the dimension of the matrix.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public override int Dimension { get; }
Public Overrides ReadOnly Property Dimension As Integer
Get
public:
virtual property int Dimension {
int get () override;
}
abstract Dimension : int with get
override Dimension : int with get
Property Value
Type:
Int32See Also