Matrix::Rounding Property

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

Defines the rounding used by streaming routines.

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