void WriteValues(DewStream *DstStream, const TPrecision aPrecision = TPrecision::prInteger) const;
Writes object Values content to a stream.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | DewStream * | |
| 2 | aPrecision = TPrecision::prInteger | const TPrecision |
Remarks:
Writes the calling object Values content to the DstStream stream. No other values describing the data type or length are written to the DstStream. Number type is defined by the Precision parameter, but only integer formats are accepted. Attempt to save single (float) precision or double precision will raise an exception. The paramateres must be the same as for the VectorInt::WriteHeader method. Use this method separately only, if you want user defined storage format.
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler