Summary
Free arrays allocated with a call to Enlist.
Unit
MtxVec
Declaration
Procedure DismissIt(var ap: T2DCplxArray);
Description
Free one array allocated with a call to Enlist.
Declaration
Procedure DismissIt(var ap, bp, cp, dp: TCplxArray);
Description
Free four arrays allocated with a call to Enlist.
Declaration
Procedure DismissIt(var ap, bp, cp: T2DCplxArray);
Description
Free three arrays allocated with a call to Enlist.
Declaration
Procedure DismissIt(var ap, bp: T2DCplxArray);
Description
Free two arrays allocated with a call to Enlist.
Declaration
Procedure DismissIt(var ap, bp, cp: TCplxArray);
Description
Free three arrays allocated with a call to Enlist.
Declaration
Procedure DismissIt(a, b, c, d: TMtx; var ap, bp, cp, dp: T2DSampleArray);
Description
Free arrays allocated with a call to Enlist and under .NET also copy the contents of arrays back to the coresponding objects.
Declaration
Procedure DismissIt(a, b, c: TMtx; var ap, bp, cp: T2DSampleArray);
Description
Free three arrays allocated with a call to Enlist.
Declaration
Procedure DismissIt(var ap, bp: TCplxArray);
Description
Free two arrays allocated with a call to Enlist.
Declaration
Procedure DismissIt(var ap: TCplxArray);
Description
Free one array allocated with a call to Enlist.
Declaration
Procedure DismissIt(var ap, bp, cp: TIntegerArray);
Description
Free three arrays allocated with a call to Enlist.
Declaration
Procedure DismissIt(var ap, bp, cp, dp: TIntegerArray);
Description
Free four arrays allocated with a call to Enlist.
Declaration
Procedure DismissIt(var ap: TIntegerArray);
Description
Free one array allocated with a call to Enlist.
Declaration
Procedure DismissIt(var ap, bp: TIntegerArray);
Description
Free two arrays allocated with a call to Enlist.
Declaration
Procedure DismissIt(var ap: TSampleArray);
Description
Free one array allocated with a call to Enlist.
Declaration
Procedure DismissIt(var ap, bp, cp, dp: TSampleArray);
Description
Free four arrays allocated with a call to Enlist.
Declaration
Procedure DismissIt(var ap, bp, cp, dp: T2DCplxArray);
Description
Free four arrays allocated with a call to Enlist.
Declaration
Procedure DismissIt(var ap, bp: TSampleArray);
Description
Free two arrays allocated with a call to Enlist.
Declaration
Procedure DismissIt(var ap, bp, cp: TSampleArray);
Description
Free three arrays allocated with a call to Enlist.
Declaration
Procedure DismissIt(a, b, c: TMtx; var ap, bp, cp: T2DCplxArray);
Description
Free three arrays allocated with a call to Enlist.
Declaration
Procedure DismissIt(a, b: TMtx; var ap, bp: T2DCplxArray);
Description
Free two arrays allocated with a call to Enlist.
Declaration
Procedure DismissIt(a: TMtxVec; var ap: TIntegerArray);
Description
Free one array allocated with a call to Enlist.
Declaration
Procedure DismissIt(a, b, c, d: TMtx; var ap, bp, cp, dp: T2DCplxArray);
Description
Free arrays allocated with a call to Enlist and under .NET also copy the contents of arrays back to the coresponding objects.
Declaration
Procedure DismissIt(a: TMtx; var ap: T2DCplxArray);
Description
Free one array allocated with a call to Enlist.
Declaration
Procedure DismissIt(a, b: TMtxVec; var ap, bp: TCplxArray);
Description
Free two arrays allocated with a call to Enlist.
Declaration
Procedure DismissIt(a: TMtxVec; var ap: TCplxArray);
Description
Free one array allocated with a call to Enlist.
Declaration
Procedure DismissIt(a, b, c, d: TMtxVec; var ap, bp, cp, dp: TCplxArray);
Description
Free arrays allocated with a call to Enlist and under .NET also copy the contents of arrays back to the coresponding objects.
Declaration
Procedure DismissIt(a, b, c: TMtxVec; var ap, bp, cp: TCplxArray);
Description
Free two arrays allocated with a call to Enlist.
Declaration
Procedure DismissIt(a, b, c, d: TMtxVec; var ap, bp, cp, dp: TSampleArray);
Description
Free arrays allocated with a call to Enlist and under .NET also copy the contents of arrays back to the coresponding objects.
Declaration
Procedure DismissIt(a, b, c: TMtxVec; var ap, bp, cp: TSampleArray);
Description
Free three arrays allocated with a call to Enlist.
Declaration
Procedure DismissIt(a, b: TMtx; var ap, bp: T2DSampleArray);
Description
Free two arrays allocated with a call to Enlist.
Declaration
Procedure DismissIt(a: TMtx; var ap: T2DSampleArray);
Description
Free one array allocated with a call to Enlist.
Declaration
Procedure DismissIt(a, b: TMtxVec; var ap, bp: TSampleArray);
Description
Free two arrays allocated with a call to Enlist.
Declaration
Procedure DismissIt(a, b, c: TMtxVec; var ap, bp, cp: TIntegerArray);
Description
Free three arrays allocated with a call to Enlist.
Declaration
Procedure DismissIt(a, b: TMtxVec; var ap, bp: TIntegerArray);
Description
Free two arrays allocated with a call to Enlist.
Declaration
Procedure DismissIt(a: TMtxVec; var ap: TSampleArray);
Description
Free one array allocated with a call to Enlist.
Declaration
Procedure DismissIt(a, b, c, d: TMtxVec; var ap, bp, cp, dp: TIntegerArray);
Description
Free arrays allocated with a call to Enlist and under .NET also copy the contents of arrays back to the coresponding objects. The copy operation will be binary.
Declaration
Procedure DismissIt(var ap, bp, cp: T2DSampleArray);
Description
Free three arrays allocated with a call to Enlist.
Declaration
Procedure DismissIt(var ap, bp, cp, dp: T2DSampleArray);
Description
Free arrays allocated with a call to Enlist. The version taking TMtxVec as a parameter under .NET also copies the values from the array back to the object before freeing the array. This is usefull for writing code that can execute both under W32 and .NET.
Declaration
Procedure DismissIt(var ap: T2DSampleArray);
Description
Free one array allocated with a call to Enlist.
Declaration
Procedure DismissIt(var ap, bp: T2DSampleArray);
Description
Free two arrays allocated with a call to Enlist.
| Copyright 2008 Dew Research |
http://www.dewresearch.com