Back to Aurora Vision Library Lite website

You are here: Start » All Functions » Integer

Integer

Select Filter Equivalent below.

Icon Name Description / Applications
AbsoluteInteger

Computes the absolute value of a number.

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.

AvsFilter_AddIntegers

Computes the sum of numbers.

AvsFilter_AddIntegers_OfArray

Computes the sum of numbers of an array.

AvsFilter_AddIntegers_OfLoop

Computes the sum of numbers appearing in consecutive iterations.

AvsFilter_AddLongIntegers

Computes the sum of Long numbers.

AvsFilter_AddLongIntegers_OfArray

Computes the sum of Long numbers of an array.

AvsFilter_AddLongIntegers_OfLoop

Computes the sum of Long numbers appearing in consecutive iterations.

AvsFilter_MultiplyIntegers

Computes the product of numbers.

AvsFilter_MultiplyIntegers_OfArray

Computes the product of numbers of an array.

AvsFilter_MultiplyIntegers_OfLoop

Computes the product of numbers appearing in consecutive iterations.

AvsFilter_MultiplyLongIntegers

Computes the product of long numbers.

AvsFilter_MultiplyLongIntegers_OfArray

Computes the product of long numbers of an array.

AvsFilter_MultiplyLongIntegers_OfLoop

Computes the product of numbers appearing in consecutive iterations.

AvsFilter_RescaleInteger

Applies linear transformation to integer.

ClampInteger

Returns a value as close as possible to inValue, but in the specified range.

ClampLongInteger

Returns a value as close as possible to inValue, but in the specified 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.

NegateInteger

Computes the negation of a number.

ParseInteger

Returns the integer number represented by a string.

ParseLongInteger

Returns the long integer number represented by a string.

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.