|  | Matrix44DTrace Property | 
            Gets the matrix trace (the sum of the diagonal elements).
            
 
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
 Syntax
Syntaxpublic double Trace { get; }Public ReadOnly Property Trace As Double
	Get
public:
property double Trace {
	double get ();
}member Trace : float with get
Property Value
Type: 
DoubleThe matrix trace.
 See Also
See Also