void LoadFromFile(const DewString &FileName) const;
Reads the header information and the values array content from the file.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | FileName | const 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