Matrix::LoadFromStream Method

long long LoadFromStream(DewStream *Src) const;

Reads the header information and the values array content from a stream.

#NameTypeDescription
1SrcDewStream *
Remarks:

Reads the header information and the values array content from the SrcStream. The return value indicates the number of elements read.

Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler