.NET Matrix Library
IsEqual Method
See Also  Send Feedback



Returns a value indicating whether this instance of the CMatrix object is equal to another instance within a tolerance. Returns a value indicating whether this CMatrix is equal to another matrix within a tolerance.

Overload List

OverloadDescription
IsEqual(CMatrix)Returns a value indicating whether this CMatrix is equal to another matrix within a default tolerance.  
IsEqual(CMatrix,Double)Returns a value indicating whether this CMatrix is equal to another matrix within the specified tolerance.  

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library