Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Integer

Integer

Select a filter from the list below.

Icon Name Description
AbsoluteInteger Computes the absolute value of a number.
AddIntegers Computes the sum of numbers.
AddIntegers_OfArray Computes the sum of numbers of an array.
AddIntegers_OfLoop Computes the sum of numbers appearing in consecutive iterations.
AddLongIntegers Computes the sum of Long numbers.
AddLongIntegers_OfArray Computes the sum of Long numbers of an array.
AddLongIntegers_OfLoop Computes the sum of Long numbers appearing in consecutive iterations.
AverageIntegers Returns the average of two numbers.
AverageIntegers_OfArray Returns the average value of integers.
AverageIntegers_OfArray_OrNil Returns the average value of integers; returns NIL if the array is empty.
AverageIntegers_OfLoop Returns the average of the numbers appearing in consecutive iterations.
AverageLongIntegers Returns the average of two Long numbers.
AverageLongIntegers_OfArray Returns the average value of Long integers.
AverageLongIntegers_OfArray_OrNil Returns the average value of Long integers; returns NIL if the array is empty.
AverageLongIntegers_OfLoop Returns the average of the Long numbers appearing in consecutive iterations.
ClampInteger Clamps a value to a given range.
ClampLongInteger Clamps a value to a given range.
ConvertBinaryDigitsToInteger Converts binary digits to integer using least significant bit order.
ConvertBinaryDigitsToLongInteger Converts binary digits to LongInteger using least significant bit order.
ConvertIntegerToBinaryDigits Converts integer to binary digits using least significant bit order.
ConvertLongIntegerToBinaryDigits Converts LongInteger to binary digits using least significant bit order.
CreateIntegerSequence Creates an arithmetic sequence of integer numbers.
DivideIntegers Computes the quotient of two numbers.
DivideLongIntegers Computes the quotient of two numbers.
IntegerDifference Computes the absolute value of two numbers difference.
LerpIntegers Linearly interpolates between two integers.
LongDifference Computes the absolute value of two Long numbers difference
MaximumInteger Returns the higher of two numbers.
MaximumInteger_OfArray Returns the greatest value in an array of integer numbers.
MaximumInteger_OfArray_OrNil Returns the greatest value in an array of integer numbers; returns NIL if the array is empty.
MaximumInteger_OfLoop Returns the greatest of numbers appearing in consecutive iterations.
MaximumLongIntegers Returns the higher of two Long Integer numbers.
MaximumLongIntegers_OfArray Returns the greatest value in an array of Long Integer numbers.
MaximumLongIntegers_OfArray_OrNil Returns the greatest value in an array of Long Integer numbers; returns NIL if the array is empty.
MaximumLongIntegers_OfLoop Returns the greatest of Long Integer numbers appearing in consecutive iterations.
MinimumInteger Returns the lower of two numbers.
MinimumInteger_OfArray Returns the smallest value in an array of Long Integer numbers.
MinimumInteger_OfArray_OrNil Returns the smallest value in an array of Long Integer numbers; returns NIL if the array is empty.
MinimumInteger_OfLoop Returns the smallest of numbers appearing in consecutive iterations.
MinimumLongIntegers Returns the lower of two Long Integer numbers.
MinimumLongIntegers_OfArray Returns the smallest value in an array of Long Integer numbers.
MinimumLongIntegers_OfArray_OrNil Returns the smallest value in an array of Long Integer numbers; returns NIL if the array is empty.
MinimumLongIntegers_OfLoop Returns the smallest of Long Integer numbers appearing in consecutive iterations.
Modulo Computes remainder of integer division of two numbers.
MultiplyIntegers Computes the product of numbers.
MultiplyIntegers_OfArray Computes the product of numbers of an array.
MultiplyIntegers_OfLoop Computes the product of numbers appearing in consecutive iterations.
MultiplyLongIntegers Computes the product of long numbers.
MultiplyLongIntegers_OfArray Computes the product of long numbers of an array.
MultiplyLongIntegers_OfLoop Computes the product of numbers appearing in consecutive iterations.
NegateInteger Computes the negation of a number.
ParseInteger Returns the integer number represented by a string.
ParseLongIntegers Returns the long integer number represented by a string.
RescaleInteger Applies linear transformation to integer.
SubtractIntegers Computes the difference of two numbers.
SubtractLongIntegers Computes the difference of two Long numbers.
TestIntegerEqualTo Checks whether two integers are equal.
TestIntegerGreaterOrEqual Compares two integers with the >= operator.
TestIntegerGreaterThan Compares two integers with the > operator.
TestIntegerInRange Checks whether an integers is in the specified range.
TestIntegerLessOrEqual Compares two integers with the <= operator.
TestIntegerLessThan Compares two integers with the < operator.
TestIntegerUnequalTo Checks whether two integers are unequal.
TestLongIntegerEqualTo Checks whether two Long integers are equal.
TestLongIntegerGreaterOrEqual Compares two Long integers with the >= operator.
TestLongIntegerGreaterThan Compares two Long integers with the > operator.
TestLongIntegerInRange Checks whether Long integers is in the specified range.
TestLongIntegerLessOrEqual Compares two Long integers with the <= operator.
TestLongIntegerLessThan Compares two Long integers with the < operator.
TestLongIntegerUnequalTo Checks whether two Long integers are unequal.