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