This function checks the equality between two value. The reason for that is to aoid errors about calculating exactness with doubles. If their distance is less then epsilon then equality is done
This function checks the equality between two value. The reason for that is to aoid errors about calculating exactness with doubles. If their distance is less then epsilon then equality is done
public static bool Equals(xy,xy);
public static bool Equals(double,double);
Inherited from Object.
public virtual bool Equals(object);