Click or drag to resize
DigitalRuneMatrix22DAreNumericallyEqual Method
Determines whether two matrices are equal (regarding a given tolerance).
Overload List
  NameDescription
Public methodStatic memberAreNumericallyEqual(Matrix22D, Matrix22D)
Determines whether two matrices are equal (regarding the tolerance EpsilonD).
Public methodStatic memberAreNumericallyEqual(Matrix22D, Matrix22D, Double)
Determines whether two matrices are equal (regarding a specific tolerance).
Top
See Also