MtxVec VCL
|
Copies calling object data to array.
Copies calling object data to array.
Copies calling object data to array.
(*
Copies Len elements from the calling object starting at Index to Dst array. The size of the Dst array is set to Len or Len/2, if the Complex is false. *) procedure CopyToArray(var Dst: TCplxArray; Index, Len: integer); overload; (*
Copies Len elements from the calling object starting at Index to Dst array. The size of the Dst array is set to Len or Len/2, if the Complex is false. *) procedure CopyToArray(var Dst: TSCplxArray; Index, Len: integer); overload;
Copies Length elements from the calling object to Dst array. The size of the Dst array is set to Length or Length/2, if the Complex is false.
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|