Vector::FloatPrecision Property

__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() const;
Write: void SetFloatPrecision(const TMtxFloatPrecision value) const;
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler