| Name | Description |
|---|
| __Hold | |
| __Retain | |
| Abs (4) | Absolute values. |
| Add (12) | Add coresponding elements in Src2 to Src1. |
| AddAndMul (26) | Compute (X + Y)*Z |
| AddScaled (10) | Compute X + Y*yScale |
| AddScaledC (4) | Compute X + Y*yScale + zScalar |
| AddScaledSqr (4) | Compute sqr(X + Y*yScale) |
| Adopt | Adopts TVecInt object. |
| Assign | |
| AssignWithoutCopy | |
| BinaryAnd (8) | Apply binary "and" between coresponding elements in Src1 and Src2. |
| BinaryNot (4) | Applies binary "not" operation to elements stored in the object. |
| BinaryOr (8) | Apply binary "or" between coresponding elements in Src1 and Src2. |
| BinarySearch (4) | Finds a match for X in object values using binary search. |
| BinaryXor (8) | Apply binary "xor" between elements in the calling object and Value. |
| BitPack (2) | Converts Src to packed bit storage. |
| BitShift (4) | Apply binary shift by number of Bits to the left (positive) or right (negative) for all elements in the calling object. |
| BitShiftLeft (4) | Apply binary shift by number of Bits to the left for all elements in the calling object. |
| BitShiftRight (4) | Apply binary shift by number of Bits to the right for all elements in the calling object. |
| BitUnpack (2) | Converts Src to packed bit storage. |
| BlockFinish | Deinitializes block processing before the final block is processed. |
| BlockInit (4) | Initializes block processing. |
| BlockNext | Obtains the next subrange of the data. |
| BValues | |
| Clear | Sets vector size to zero. |
| Concat (2) | Concatenates an array of TVecInt objects. |
| CondDisable | Saves the current value of ConditionCheck property and sets it to false. |
| CondEnable | Sets the ConditionCheck property to whatever it was before the CondDisable was used. |
| Convert (2) | Copy each of Vec elements to the calling object. |
| Copy (2) | Copy object values. |
| CopyFromArray (14) | Copies values from a real Src array. |
| CopyToArray (14) | Copies values from the calling object to the Dst array and converts data to double precision numbers. |
| CountInRange (2) | Returns number of values within the interval. |
| CreateFromCache | |
| CumSum (4) | Cumulative sum. |
| Diag | Copies the k-th diagonal from the TMtxInt object. |
| Difference (3) | Difference. |
| DisableSelect | Prevents calls to VectorInt::Select. |
| DisableSubrange | Prevents calls to VectorInt::SetSubRange. |
| Dispose | |
| Distinct | Stores distinct values from Src in to Dst. |
| DivAndAdd (12) | Compute X/Y + Z |
| DivAndSub (12) | Compute X/Y - Z |
| Divide (12) | Divides coresponding elements in Num with Den. |
| DivideBy (4) | Divide Value with calling vector elements. |
| DivideC (2) | Compute X / (Y*zScale) |
| EnableSelect | Enables calls to VectorInt::Select. |
| EnableSubrange | Enables calls to VectorInt::SetSubRange. |
| Equals | |
| Find (2) | Finds a match for X in object values. |
| FindAndGather (2) | The b parameter is of integer type. |
| FindAndSplit (3) | Finds the masks for a vector and splits it. |
| FindIndexes (5) | Fills the calling vector with indexes, where the logical expression is true. |
| FindIndexesAndLength (2) | The b parameter is of integer type. |
| FindMask (5) | Finds a vector mask. |
| Gather | Gather vector elements. |
| GatherByIncr | Gathers elements from X starting at Offset and with Increment to the calling object. |
| GatherByIndex | Gathers elements from X specified by indices stored in Indexes the calling object. |
| GatherByMask | Gathers elements from X specified by non-zero values stored in the Mask to the calling object. |
| get_BValues | |
| get_IValues | |
| get_SValues | |
| GetBits | |
| GetCol (3) | Copies a column from matrix. |
| GetHashCode | |
| GetRow (3) | Copies a row from matrix. |
| GetSelect | |
| GetSelectIndex | |
| IsEqual (4) | Compares Value with all calling object elements. |
| IValues | |
| LoadFromFile | Reads the header information and the values array content from the file. |
| LoadFromStream | |
| LogicalNot (4) | Applies logical "not" operation to elements stored in the object. |
| Max (4) | Maximum value. |
| MaxEvery (4) | Vectorised maximum. |
| MaxMin (2) | Calculate minimum and maximum in one procedure call. |
| MaxMinIdx (2) | Calculate minimum, maximum and their indices in one procedure call. |
| Median (4) | Applies median filter with size Mask to the calling vector. |
| Min (4) | Minimum value. |
| MinEvery (4) | Vectorised minimum. |
| Mul (4) | Compute X*Y*Z |
| MulAndAdd (14) | Compute X*Y + Z |
| MulAndDiv (6) | Compute X * Y / Z |
| MulAndSub (14) | Compute X*Y - Z |
| Multiply (8) | Multiplies coresponding elements in Src2 with Src1. |
| Parse | Parses string content as vector. |
| PBValues | Obtains a pointer to the integer value of the vector at Index. |
| PIValues | Obtains a pointer to the integer value of the vector at Index. |
| PSValues | Obtains a pointer to the integer value of the vector at Index. |
| PValues | Obtains a pointer to the integer value of the vector at Index. |
| Ramp (3) | Fills the calling vector with a series following linear rule. |
| RandomRamp | Fills the calling vector elements with linear rule and randomly shuffles the indexes. |
| RandomShuffle | Randomly shuffles the content of the vector. |
| ReadHeader | Reads the header information from a stream to object. |
| ReadValues | Read values content from stream to object. |
| RemDiv (6) | Divide all Src elements with Value elements and store result of division in the calling object and reminder in RemDst. |
| Resize (2) | Resizes vector size while preserving values. |
| Reverse (4) | Reverse vector elements. |
| Rotate (4) | A cyclic shift on all calling vector elements. |
| SaveToFile | Write object header and values to a file. |
| SaveToStream | |
| Scatter | Scatter object elements. |
| ScatterByIncr | Scatters Src elements starting at Offset and with Increment to the calling object. |
| ScatterByIndexes | Scatters Src elements defined with indices stored in Indexes to the calling object. |
| ScatterByMask | Scatters Src elements defined with the Mask to the calling object. |
| Select | |
| SelectAll | Resets any defined selection. |
| set_BValues | |
| set_IValues | |
| set_SValues | |
| SetBits | |
| SetFullRange | Resets any defined subrange. |
| SetFullRangeLevel | Resets last defined subrange and pops the subrange stack. |
| SetIt (2) | Sets object values. |
| SetSelect | |
| SetSelectIndex | |
| SetSubIndex (2) | Defines a subarray. |
| SetSubRange (4) | Defines a sub vector/matrix. |
| SetSubRangeLevel (2) | Defines a sub vector/matrix and pushes any previous subranges on to a stack. |
| SetVal (2) | Set calling object element Index to Value. |
| SetZero (2) | Set all calling vector elements to zero. |
| Shift (4) | Do a shift on all calling vector elements. |
| Size (3) | Sets the following properties |
| SizeFromArray (6) | Sets the size of the vector to match an array. |
| SizeToArray (7) | Sizes complex array. |
| SortAscend (4) | Sort all calling vector elements in ascending order in-place. |
| SortDescend (4) | Sort all calling vector elements in descending order in-place. |
| SqrAddScaled (4) | Compute sqr(X) + sqr(Y)*yScale |
| StringsToValues (4) | Convert strings in aList to integers. |
| Sub (4) | Compute X - Y - Z |
| SubAndMul (26) | Compute (X - Y)*Z |
| SubScaled (6) | Compute X - Y*yScale - Z*zScale |
| SubScaledC (4) | Compute X - Y*yScale - zScalar |
| Subtract (8) | Subtract coresponding elements in Src2 from Src1. |
| SubtractFrom (4) | Subtract all calling vector elements from integer Value. |
| Sum (2) | Sums vector values. |
| SValues | |
| ThreshAbsGT (4) | Threshold top and bottom centered around zero. |
| ThreshAbsLT (4) | Threshold top and bottom centered around zero. |
| ThreshBottom (4) | Threshold bottom operation. |
| ThresholdGT_LT (4) | Threshold greater than and less than operation. |
| ThreshTop (4) | Threshold top operation. |
| ToString | Returns content as a string. |
| ValuesToStrings (4) | Converts the content of the Values array of the calling vector to a list of strings. |
| ValuesToText (2) | Convert all vector elements to text. |
| WriteHeader | Writes the header information for the calling vector to a stream. |
| WriteValues | Writes object Values content to a stream. |