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