Gets a value that indicates if the matrix is symmetrical about the main diagonal.
Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Generic.Net40 (in Extreme.Generic.Net40.dll) Version: 4.0.10170.0 (4.0.10322.0)
Syntax
| C# |
public virtual bool IsSymmetrical { get; }
|
| Visual Basic (Declaration) |
Public Overridable ReadOnly Property IsSymmetrical As Boolean
Get
|
| Visual C++ |
public:
virtual property bool IsSymmetrical {
bool get ();
}
|
| F# |
abstract IsSymmetrical : bool
override IsSymmetrical : bool
|
Field Value
true
True
true
true (True in Visual Basic) if the matrix is symmetrical; otherwise
falseFalsefalsefalse (False in Visual Basic).
See Also