An NDoc Documented Class Library

Utils.Equals Method

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

Overload List

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);

See Also

Utils Class | Minais.Drawing3d.Math Namespace