TMtx::Rounding Property

__declspec(property(get = GetRounding, put = SetRounding)) TRounding Rounding;

Defines the rounding used by streaming routines.

Read: TRounding GetRounding();
Write: void SetRounding(const TRounding value);
See Also: TMtxVecBase::SaveToStream, TMtx::SaveToFile
Declared in Dew::Math::TMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler