__declspec(property(get = GetScaleFactor, put = SetScaleFactor)) int ScaleFactor;
Specifies the power of two for the scale factor used by some methods.
Read:
int GetScaleFactor();Write:
void SetScaleFactor(const int Value);Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler