MatrixInt::ReadValues Method

long long ReadValues(DewStream *SrcStream, const TPrecision aPrecision = TPrecision::prInteger) const;

Read values content from stream to object.

#NameTypeDescription
1SrcStreamDewStream *
2aPrecision = TPrecision::prIntegerconst TPrecision
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 MatrixInt::ReadHeader method call. The function returns the number of bytes read.

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

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