|  | Matrix22DInverse Property | 
            Returns the inverse of this matrix.
            
 
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
 Syntax
Syntaxpublic Matrix22D Inverse { get; }Public ReadOnly Property Inverse As Matrix22D
	Get
public:
property Matrix22D Inverse {
	Matrix22D get ();
}member Inverse : Matrix22D with get
Property Value
Type: 
Matrix22DThe inverse of this matrix.
 Exceptions
Exceptions Remarks
Remarks
            The property does not change this instance. To invert this instance you need to call 
            
Invert.
            
 See Also
See Also