TMtxVecController::DenormalsAreZero Property

__declspec(property(get = GetDenormalsAreZero, put = SetDenormalsAreZero)) bool DenormalsAreZero;

If true, the denormals will be rounded to 0.

Read: bool GetDenormalsAreZero();
Write: void SetDenormalsAreZero(const bool Value);
Remarks:

Denomormals are values close the maximum floating point range.

Declared in Dew::Math::TMtxVecController · Dew.Math/MtxVec.h · Cross-compiler