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