void LoadFromFile(String FileName)
Load the object from the file.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | FileName | String |
Result: stored in self (calling object)
Examples
Matrix b;
b.LoadFromFile(@"c:\test.Vec"); // Read header and values for b
Load the object from the file.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | FileName | String |
Result: stored in self (calling object)
Matrix b;
b.LoadFromFile(@"c:\test.Vec"); // Read header and values for b