__declspec(property(get = GetZeroTolerance, put = SetZeroTolerance)) double ZeroTolerance;
The tolerance used by Vector::IsEqual.
Read:
double GetZeroTolerance() const;Write:
void SetZeroTolerance(const double value) const;Remarks:
The tolerance used by Vector::IsEqual when the comparison type is relative.
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler