|  | Matrix44DIsSymmetric 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
Syntaxpublic 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
Remarks
            The matrix elements are compared for equality - no tolerance value to handle numerical
            errors is used.
            
 See Also
See Also