__declspec(property(get = GetFloatPrecision, put = SetFloatPrecision)) TMtxFloatPrecision FloatPrecision;
Defines the precision (single, float) and type (real, complex) of the floating point operations.
Read:
TMtxFloatPrecision GetFloatPrecision();Write:
void SetFloatPrecision(const TMtxFloatPrecision value);Declared in Dew::Math::TMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler