You are here:
Symbol Reference >
MtxExprInt Namespace
>
Classes
>
MatrixInt Record
>
public
>
MatrixInt.LoadFromFile Method
MtxVec VCL
Example
MatrixInt.LoadFromFile Method
var
b:
TMtxInt
;
begin
CreateIt
(b);
try
b.LoadFromFile('c:test.Vec');
// Read header and values for b
finally
FreeIt
(b);
end
;
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.