Vector::ReadValues Method

long long ReadValues(DewStream *Src, TPrecision Precision) const;

Read values content from stream to object.

#NameTypeDescription
1SrcDewStream *
2PrecisionTPrecision
Remarks:

Reads values content from SrcStream stream to calling objct. No other values describing the data type or length are read from the DstStream. Number type is defined by the Precision parameter, which can be obtained from Vector::ReadHeader method call.

Note
Use this method separately only, if you want user defined storage format.

See Also: Vector::ReadHeader, Vector::WriteValues, Vector::LoadFromStream
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler