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