Back to FabImage Library website

You are here: Start » Function Reference » Integer

Integer

Select Filter Equivalent below.

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