Summary
Dereferences a pointer to TMtxVec memory.
Unit
MtxVec
Declaration
Procedure Enlist(a, b: TMtxVec; var ap, bp: TSampleArray);
Description
Dereferences (.NET copies) pointer's to memory of two TMtxVec objects.
Declaration
Procedure Enlist(a, b, c: TMtxVec; var ap, bp, cp: TSampleArray);
Description
Dereferences (.NET copies) pointer's to memory of three TMtxVec objects.
Declaration
Procedure Enlist(a: TMtxVec; var ap: TSampleArray);
Description
Dereferences (.NET copies) pointer to memory of one TMtxVec object.
Declaration
Procedure Enlist(a, b, c: TMtx; var ap, bp, cp: T2DCplxArray);
Description
Dereferences (.NET copies) pointer's to memory of three TMtxVec objects.
Declaration
Procedure Enlist(a, b, c, d: TMtx; var ap, bp, cp, dp: T2DCplxArray);
Description
Dereferences (.NET copies) pointer's to memory of four TMtxVec objects as a jagged 2D array of complex numbers.
Declaration
Procedure Enlist(a, b, c: TMtx; var ap, bp, cp: T2DSampleArray);
Description
Dereferences (.NET copies) pointer's to memory of three TMtx objects.
Declaration
Procedure Enlist(a, b, c, d: TMtx; var ap, bp, cp, dp: T2DSampleArray);
Description
Dereferences pointer's to memory of four TMtx objects. It constructs a 2D jagged floating point array. The range checks must be off, when working on this array. The array's must be "cleaned up" by passing them to DismissIt before the routine ends. Special care must be given not to destroy the objects that were dereferenced, before the arrays are freed.
Under .NET this command simply copies data from objects to the arrays.
Declaration
Procedure Enlist(a, b: TMtx; var ap, bp: T2DSampleArray);
Description
Dereferences (.NET copies) pointer's to memory of two TMtx objects.
Declaration
Procedure Enlist(a, b, c, d: TMtxVec; var ap, bp, cp, dp: TSampleArray);
Description
Dereferences a pointer to TMtxVec memory. Dereferences pointer's to memory of four TMtxVec objects. The range checking will work fine. The array's must be "cleaned up" by passing them to DismissIt before the routine ends.Special care must be given not to destroy the objects that were dereferenced, before the arrays are freed.
Under .NET this command simply copies data from objects to the arrays.
Declaration
Procedure Enlist(a: TMtx; var ap: T2DSampleArray);
Description
Dereferences (.NET copies) a pointer to memory of a TMtx object.
Declaration
Procedure Enlist(a, b, c, d: TMtxVec; var ap, bp, cp, dp: TIntegerArray);
Description
Dereferences a pointer to TMtxVec memory. Dereferences pointer's to memory of four TMtxVec objects. The range checking will work fine. The array's must be "cleaned up" by passing them to DismissIt before the routine ends.Special care must be given not to destroy the objects that were dereferenced, before the arrays are freed. The memory of TMtxVec object is typecasted to integer.
Under .NET this command simply copies data from objects to the arrays.
Declaration
Procedure Enlist(a: TMtxVec; var ap: TCplxArray);
Description
Dereferences (.NET copies) pointer's to memory of TMtxVec object.
Declaration
Procedure Enlist(a, b, c: TMtxVec; var ap, bp, cp: TIntegerArray);
Description
Dereferences (.NET copies) pointer's to memory of three TMtxVec objects.
Declaration
Procedure Enlist(a: TMtxVec; var ap: TIntegerArray);
Description
Dereferences (.NET copies) pointer to memory of one TMtxVec object.
Declaration
Procedure Enlist(a, b: TMtxVec; var ap, bp: TIntegerArray);
Description
Dereferences (.NET copies) pointer's to memory of two TMtxVec objects.
Declaration
Procedure Enlist(a: TMtx; var ap: T2DCplxArray);
Description
Dereferences (.NET copies) pointer's to memory of TMtxVec object.
Declaration
Procedure Enlist(a, b: TMtx; var ap, bp: T2DCplxArray);
Description
Dereferences (.NET copies) pointer's to memory of Two TMtxVec objects.
Declaration
Procedure Enlist(a, b, c, d: TMtxVec; var ap, bp, cp, dp: TCplxArray);
Description
Dereferences (.NET copies) pointer's to memory of three TMtxVec objects as an array of complex numbers.
Declaration
Procedure Enlist(a, b: TMtxVec; var ap, bp: TCplxArray);
Description
Dereferences (.NET copies) pointer's to memory of two TMtxVec objects.
Declaration
Procedure Enlist(a, b, c: TMtxVec; var ap, bp, cp: TCplxArray);
Description
Dereferences (.NET copies) pointer's to memory of three TMtxVec objects.
| Copyright 2008 Dew Research |
http://www.dewresearch.com