You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVecBase Class > TMtxVecBase Methods > TMtxVecBase.LoadFromFile Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVecBase.LoadFromFile Method

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

Syntax
C#
Visual Basic
public void LoadFromFile(string FileName);

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

var b: TVec; begin CreateIt(b); try b.LoadFromFile('c:test.Vec'); // Read header and values for b finally FreeIt(b); end; end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!