MatrixInt::LoadFromFile Method

void LoadFromFile(const DewString &FileName) const;

Reads the header information and the values array content from the file.

#NameTypeDescription
1FileNameconst DewString &
Remarks:

Reads the header information and the values array content from the file specified by FileName parameter.

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