__declspec(property(get = GetIntPrecisionLock, put = SetIntPrecisionLock)) bool IntPrecisionLock;
Prevents change to IntPrecision if Lock = True.
Read:
bool GetIntPrecisionLock();Write:
void SetIntPrecisionLock(const bool Value);Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler