You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
TMtxVecBase Class
>
TMtxVecBase Methods
>
TMtxVecBase.SaveToFile Method
Dew Math for .NET
Example
TMtxVecBase.SaveToFile Method
var Mtx:
TMtx
; begin CreateIt(Mtx);
try
Mtx.SetIt(2,2,False,[3,1,-1,5]); Mtx.SaveToFile('c:test.mtx');
// Write info and header for Mtx to file
finally
FreeIt(Mtx); end; end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home