Back to FabImage 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. |
![]() | 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. |
![]() | MinimumInteger | Returns the lower of two numbers. |
![]() | MinimumInteger_OfArray | Returns the smallest value in an array of integer numbers. |
![]() | MinimumInteger_OfArray_OrNil | Returns the smallest value in an array of integer numbers; returns NIL if the array is empty. |
![]() | MinimumInteger_OfLoop | Returns the smallest of 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. |
![]() | 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. |