Back to Adaptive Vision Library website

You are here: Start » Function Reference » Integer

Integer

Select Filter Equivalent below.

IconNameDescription
AbsoluteIntegerComputes the absolute value of a number.
AverageIntegersReturns the average of two numbers.
AverageIntegers_OfArrayReturns the average value of integers.
AverageIntegers_OfArray_OrNilReturns the average value of integers; returns NIL if the array is empty.
AverageIntegers_OfLoopReturns the average of the numbers appearing in consecutive iterations.
AverageLongIntegersReturns the average of two Long numbers.
AverageLongIntegers_OfArrayReturns the average value of Long integers.
AverageLongIntegers_OfArray_OrNilReturns the average value of Long integers; returns NIL if the array is empty.
AverageLongIntegers_OfLoopReturns the average of the Long numbers appearing in consecutive iterations.
AvsFilter_AddIntegersComputes the sum of numbers.
AvsFilter_AddIntegers_OfArrayComputes the sum of numbers of an array.
AvsFilter_AddIntegers_OfLoopComputes the sum of numbers appearing in consecutive iterations.
AvsFilter_AddLongIntegersComputes the sum of Long numbers.
AvsFilter_AddLongIntegers_OfArrayComputes the sum of Long numbers of an array.
AvsFilter_AddLongIntegers_OfLoopComputes the sum of Long numbers appearing in consecutive iterations.
AvsFilter_MultiplyIntegersComputes the product of numbers.
AvsFilter_MultiplyIntegers_OfArrayComputes the product of numbers of an array.
AvsFilter_MultiplyIntegers_OfLoopComputes the product of numbers appearing in consecutive iterations.
AvsFilter_MultiplyLongIntegersComputes the product of long numbers.
AvsFilter_MultiplyLongIntegers_OfArrayComputes the product of long numbers of an array.
AvsFilter_MultiplyLongIntegers_OfLoopComputes the product of numbers appearing in consecutive iterations.
AvsFilter_RescaleIntegerApplies linear transformation to integer.
CreateIntegerSequenceCreates an arithmetic sequence of integer numbers.
DivideIntegersComputes the quotient of two numbers.
DivideLongIntegersComputes the quotient of two numbers.
IntegerDifferenceComputes the absolute value of two numbers difference.
LerpIntegersLinearly interpolates between two integers.
LongDifferenceComputes the absolute value of two Long numbers difference
MaximumIntegerReturns the higher of two numbers.
MaximumInteger_OfArrayReturns the greatest value in an array of integer numbers.
MaximumInteger_OfArray_OrNilReturns the greatest value in an array of integer numbers; returns NIL if the array is empty.
MaximumInteger_OfLoopReturns the greatest of numbers appearing in consecutive iterations.
MinimumIntegerReturns the lower of two numbers.
MinimumInteger_OfArrayReturns the smallest value in an array of integer numbers.
MinimumInteger_OfArray_OrNilReturns the smallest value in an array of integer numbers; returns NIL if the array is empty.
MinimumInteger_OfLoopReturns the smallest of numbers appearing in consecutive iterations.
ModuloComputes remainder of integer division of two numbers.
NegateIntegerComputes the negation of a number.
ParseIntegerReturns the integer number represented by a string.
SubtractIntegersComputes the difference of two numbers.
SubtractLongIntegersComputes the difference of two Long numbers.
TestIntegerEqualToChecks whether two integers are equal.
TestIntegerGreaterOrEqualCompares two integers with the >= operator.
TestIntegerGreaterThanCompares two integers with the > operator.
TestIntegerInRangeChecks whether an integers is in the specified range.
TestIntegerLessOrEqualCompares two integers with the <= operator.
TestIntegerLessThanCompares two integers with the < operator.
TestIntegerUnequalToChecks whether two integers are unequal.
TestLongIntegerEqualToChecks whether two Long integers are equal.
TestLongIntegerGreaterOrEqualCompares two Long integers with the >= operator.
TestLongIntegerGreaterThanCompares two Long integers with the > operator.
TestLongIntegerInRangeChecks whether Long integers is in the specified range.
TestLongIntegerLessOrEqualCompares two Long integers with the <= operator.
TestLongIntegerLessThanCompares two Long integers with the < operator.
TestLongIntegerUnequalToChecks whether two Long integers are unequal.