Tests if the 3d matrix is symmetric.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public bool IsSymmetric { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsSymmetric As Boolean
Visual C++
public:
property bool IsSymmetric {
	bool get ();
}

Field Value

True if the matrix is symmetric, false otherwise.

Remarks

The result of this test depends on the settings of the AbsoluteEpsilon variable.

See Also