__declspec(property(get = GetIsDouble, put = SetIsDouble)) bool IsDouble;
Defines the precision (single or double) of the floating point operations.
Read:
bool GetIsDouble();Write:
virtual void SetIsDouble(const bool value);Declared in Dew::Math::TMtxVecBase · Dew.Math/MtxVecBase.h · Cross-compiler