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