VectorInt::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: VectorInt::SaveToFile, VectorInt::LoadFromStream
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler