Click or drag to resize
DigitalRuneMatrix44FIsSymmetric Property
Gets a value indicating whether this matrix is symmetric.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public bool IsSymmetric { 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