Search results

Jump to: navigation, search
  • function TIAInsert(var TIA: TIntArray; const Index, Int: Integer): Integer; ...|integer]] '''Int''' at an index '''Index''' in the given [[TIntArray]] '''TIA'''. If '''Index''' is smaller than 0 the function will append the element a
    985 bytes (125 words) - 17:47, 23 April 2012
  • [[Category:Functions]] [[Category:TIA Functions]]
    589 bytes (64 words) - 20:17, 24 October 2011
  • procedure TIARange(const TIA: TIntArray; out Lo, Hi: Integer); ...ion determines the lowest and highest values in the given [[TIntArray]] '''TIA''' and returns them in '''Lo''' and '''Hi'''.
    552 bytes (68 words) - 12:04, 21 October 2011
  • procedure ReverseTIA(var TIA: TIntArray); This function reverses the order of a given [[TIntArray]] '''TIA'''.
    560 bytes (60 words) - 23:03, 7 September 2012
  • [[Category:Functions]] [[Category:TIA Functions]]
    501 bytes (57 words) - 14:29, 23 October 2011
  • function TIAToStr(const TIA: TIntArray): string; Converts a [[TIntArray]] '''TIA''' to a [[string]] formatted as i1;i2;...;in. You can reverse this process
    538 bytes (61 words) - 11:27, 30 April 2012
  • [[Category:Functions]] [[Category:Conversion Functions]]
    808 bytes (102 words) - 11:30, 30 April 2012
  • procedure TIAUnique(var TIA: TIntArray); ...oves all of the duplicate [[Integer|integers]] in a given [[TIntArray]] '''TIA'''.
    575 bytes (61 words) - 12:42, 21 October 2011
  • [[Category:Functions]] [[Category:TIA Functions]]
    615 bytes (67 words) - 14:28, 23 October 2011
  • procedure SortTIA(var TIA: TIntArray); Sorts a given [[TIntArray]] '''TIA''' from the smallest to the largest [[Integer|integer]] using the fast [htt
    765 bytes (88 words) - 21:25, 23 October 2011
  • procedure SortTIAEx(var TIA: TIntArray; const Int: Integer); Sorts a given [[TIntArray]] '''TIA''' by distance from a given [[Integer|integer]] '''Int''' using the fast [h
    710 bytes (81 words) - 21:25, 23 October 2011
  • [[Category:Functions]] [[Category:TIA Functions]]
    744 bytes (83 words) - 15:25, 23 October 2011
  • function TIAMean(const TIA: TIntArray): Extended; *Before 3.38, the function returned 0 when '''TIA''' was empty.
    715 bytes (83 words) - 16:47, 12 December 2012
  • function TIAContains(const TIA: TIntArray; const Int: Integer): Boolean; Returns [[true]] if the given [[TIntArray]] '''TIA''' contains the given [[Integer|integer]] '''Int'''.
    595 bytes (60 words) - 10:37, 24 October 2011
  • function TIAPos(const TIA: TIntArray; const Int: Integer): Integer; Finds a given [[integer]] value in the given [[TIntArray]] '''TIA''' and returns the position of the integer in the array. The function retur
    739 bytes (88 words) - 10:39, 24 October 2011
  • function TIAPosEx(const TIA: TIntArray; const Int, From: Integer): Integer; Finds a given [[integer]] value in the given [[TIntArray]] '''TIA''' starting at the index given by '''From''' and returns the position of th
    722 bytes (86 words) - 10:41, 24 October 2011
  • function TIADelete(var TIA: TIntArray; const Index: Integer): Integer; ...eger|integer]] at a given position '''Index''' in a given [[TIntArray]] '''TIA'''. The function returns the value it deleted from the array. If the index
    840 bytes (104 words) - 16:42, 22 May 2012
  • function TIAAppend(var TIA: TIntArray; const Int: Integer): Integer; ...s the given [[Integer|integer]] '''Int''' to end of the given TIntArray '''TIA'''. The index of the appended element is returned.
    698 bytes (80 words) - 17:27, 23 April 2012
  • function TIASum(const TIA: TIntArray): Integer; ...ns the sum of all [[Integer|integer values]] in the given [[TIntArray]] '''TIA'''.
    463 bytes (52 words) - 19:49, 24 October 2011
  • procedure TIARemove(var TIA: TIntArray; const Int: Integer); ...occurrence of a given [[Integer|integer]] '''Int''' in a [[TIntArray]] '''TIA'''. An extended function with additional functionality is available as [[TI
    713 bytes (76 words) - 17:42, 23 April 2012
  • procedure TIARemoveEx(var TIA: TIntArray; const Int: Integer; const All: Boolean); ...occurrence of a given [[Integer|integer]] '''Int''' in a [[TIntArray]] '''TIA''' if '''All''' is [[false]]. If '''All''' is [[true]], it will remove ever
    754 bytes (85 words) - 17:43, 23 April 2012
  • TIA: TIntArray; TIA := TIAIntersect([0, 5, 7, 1, 6, 4], [1, 8, 2, 7, 3]);
    594 bytes (64 words) - 14:44, 10 November 2012
  • TIA: TIntArray; TIA := [2, 4, 6, 8, 10];
    1 KB (145 words) - 13:14, 16 November 2011
  • TIA: TIntArray; SetLength(TIA, 5);
    845 bytes (96 words) - 13:16, 16 November 2011
  • function TIAEmpty(const TIA: TIntArray): Boolean; Returns [[true]] if the length of the given [[TIntArray]] '''TIA''' is 0.
    450 bytes (49 words) - 13:22, 23 April 2012
  • function TIAMax(const TIA: TIntArray): Integer; ...given '''TIA'''. The function throws an exception if the size of the given TIA is 0. An extended function with additional functionality is available as [[
    684 bytes (79 words) - 17:54, 12 December 2012
  • function TIAMin(const TIA: TIntArray): Integer; ...given '''TIA'''. The function throws an exception if the size of the given TIA is 0. An extended function with additional functionality is available as [[
    685 bytes (79 words) - 17:54, 12 December 2012
  • function TIAMaxEx(const TIA: TIntArray; out Index: Integer): Integer; ...nd in '''Idx'''. The function throws an exception if the size of the given TIA is 0.
    707 bytes (88 words) - 17:54, 12 December 2012
  • function TIAMinEx(const TIA: TIntArray; out Index: Integer): Integer; ...nd in '''Idx'''. The function throws an exception if the size of the given TIA is 0.
    708 bytes (88 words) - 17:54, 12 December 2012
  • function TIAInsert(var TIA: TIntArray; const Index, Int: Integer): Integer; [[Category:Functions]]
    1 KB (131 words) - 17:48, 23 April 2012
  • [[Category:Functions]] [[Category:TIA Functions]]
    100 bytes (10 words) - 18:47, 10 December 2012
  • procedure TIAAdd(var TIA: TIntArray; const Value: Integer); Adds a given value '''Value''' to every value in the [[TIntArray]] '''TIA'''. A function with extended functionality is available as [[TIAAddEx]].
    743 bytes (82 words) - 17:34, 12 December 2012
  • [[Category:Functions]] [[Category:TIA Functions]]
    553 bytes (61 words) - 14:06, 26 November 2012
  • [[Category:Functions]] [[Category:TIA Functions]]
    560 bytes (64 words) - 14:46, 21 November 2012
  • [[Category:Functions]] [[Category:TIA Functions]]
    814 bytes (101 words) - 14:46, 21 November 2012
  • procedure TIAFreq(const TIA: TIntArray; out Values, Frequencies: TIntArray); ...absolute frequency of all [[Integer|integer]] values in the given array '''TIA'''. The unique values are returned in '''Values''' and their corresponding
    1 KB (123 words) - 13:44, 8 December 2012
  • procedure TIAAddEx(var TIA: TIntArray; const Values: TIntArray); ...ernates between the values in '''Values'''. When '''Values''' is empty, '''TIA''' remains unchanged.
    1,022 bytes (99 words) - 17:34, 12 December 2012
  • ...pe based on the [[Integer]] type. There are [[:Category:TIA_Functions|many functions]] available to process these arrays. TIA: TIntArray;
    679 bytes (76 words) - 17:07, 12 December 2012
  • procedure FillTIA(var TIA: TIntArray; const Value: Integer); Fills a given [[TIntArray]] '''TIA''' with '''Value'''. A function with extended functionality is available as
    592 bytes (65 words) - 20:26, 10 December 2012
  • procedure FillTIAEx(var TIA: TIntArray; const Values: TIntArray); ...Array]] '''TIA''' with the values from the [[TIntArray]] '''Values'''. The functions alternates between the values in '''Values'''. When '''Values''' is empty,
    690 bytes (78 words) - 20:28, 10 December 2012
  • function TIAMedian(const TIA: TIntArray): Extended; ...r]] values in the given [[TIntArray]] '''TIA'''. Throws an exception if '''TIA''' is empty.
    803 bytes (89 words) - 17:24, 12 December 2012
  • function CopyTIA(const TIA: TIntArray): TIntArray; ...tes a new [[TIntArray]] with a copy of every element in the given array '''TIA'''. An extended function with additional functionality is available as [[Co
    1 KB (129 words) - 17:53, 12 December 2012
  • function CopyTIAEx(const TIA: TIntArray; const Index, Count: Integer): TIntArray; ...tes a new [[TIntArray]] with a copy of every element in the given array '''TIA''' starting at '''Index''' with a length of '''Count'''.
    634 bytes (75 words) - 17:58, 12 December 2012