| Matrix22FIsSymmetric Property |
Gets a value indicating whether this matrix is symmetric.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public bool IsSymmetric { get; }
Public ReadOnly Property IsSymmetric As Boolean
Get
public:
property bool IsSymmetric {
bool get ();
}
member IsSymmetric : bool with get
Property Value
Type:
Boolean if this matrix is symmetric; otherwise,
.
Remarks
The matrix elements are compared for equality - no tolerance value to handle numerical
errors is used.
See Also