__declspec(property(get = GetIntPrecision, put = SetIntPrecision)) TIntPrecision IntPrecision;
Defines internal storage precision which can be either 32, 16 or 8 bit.
Read:
TIntPrecision GetIntPrecision();Write:
virtual void SetIntPrecision(const TIntPrecision Value);Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler