Vector::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;
Remarks:

Defines the rounding used by streaming routines.

See Also: Vector::SaveToStream, Vector::SaveToFile
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler