Click or drag to resize

ComplexMatrixIsSquare Property

Gets a value indicating whether this instance is square.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public bool IsSquare { get; }

Property Value

Type: Boolean
true if this instance is square; otherwise, false.

Implements

IMatrixPatternsIsSquare
Remarks
A matrix is square if its number of rows equals its number of columns.
See Also