Back to FabImage Library website
You are here: Start » Function Reference » Real
Real
Select Filter Equivalent below.
Icon | Name | Description | Library |
---|---|---|---|
![]() |
AbsoluteReal | Computes the absolute value of a number. | Lite |
![]() |
AverageDoubles | Returns the average of two doubles. | Lite |
![]() |
AverageDoubles_OfArray | Returns the average value of doubles. | Lite |
![]() |
AverageDoubles_OfArray_OrNil | Returns the average value of doubles; returns NIL if the array is empty. | Lite |
![]() |
AverageDoubles_OfLoop | Returns the average of numbers appearing in consecutive iterations. | Lite |
![]() |
AverageReals | Returns the average of two numbers. | Lite |
![]() |
AverageReals_OfArray | Returns the average value of reals. | Lite |
![]() |
AverageReals_OfArray_OrNil | Returns the average value of reals; returns NIL if the array is empty. | Lite |
![]() |
AverageReals_OfLoop | Returns the average of numbers appearing in consecutive iterations. | Lite |
![]() |
CreateRealSequence | Creates an arithmetic sequence of real numbers. | Lite |
![]() |
DivideDoubles | Computes the quotient of two numbers. | Lite |
![]() |
DivideReals | Computes the quotient of two numbers. | Lite |
![]() |
DoubleDifference | Computes the absolute value of two doubles difference. | Lite |
![]() |
FisFilter_AddDoubles | Computes the sum of two or more doubles. | Lite |
![]() |
FisFilter_AddDoubles_OfArray | Computes the sum of numbers of an array. | Lite |
![]() |
FisFilter_AddDoubles_OfLoop | Computes the sum of numbers appearing in consecutive iterations. | Lite |
![]() |
FisFilter_AddReals | Computes the sum of two numbers. | Lite |
![]() |
FisFilter_AddReals_OfArray | Computes the sum of numbers of an array. | Lite |
![]() |
FisFilter_AddReals_OfLoop | Computes the sum of numbers appearing in consecutive iterations. | Lite |
![]() |
FisFilter_MultiplyDoubles | Computes the product of double numbers. | Lite |
![]() |
FisFilter_MultiplyDoubles_OfArray | Computes the product of numbers of an array. | Lite |
![]() |
FisFilter_MultiplyDoubles_OfLoop | Computes the product of numbers appearing in consecutive iterations. | Lite |
![]() |
FisFilter_MultiplyReals | Computes the product of real numbers. | Lite |
![]() |
FisFilter_MultiplyReals_OfArray | Computes the product of numbers of an array. | Lite |
![]() |
FisFilter_MultiplyReals_OfLoop | Computes the product of numbers appearing in consecutive iterations. | Lite |
![]() |
FisFilter_RealSequenceDistances | Computes the absolute difference between points in array. | Lite |
![]() |
FisFilter_RescaleReal | Applies linear transformation to real number. | Lite |
![]() |
LerpReals | Linearly interpolates between two reals. | Lite |
![]() |
MaximumDouble_OfArray | Returns the greatest value in an array of double numbers. | Lite |
![]() |
MaximumDouble_OfArray_OrNil | Returns the greatest value in an array of double numbers; returns NIL if the array is empty. | Lite |
![]() |
MaximumDouble_OfLoop | Returns the greatest of numbers appearing in consecutive iterations. | Lite |
![]() |
MaximumReal | Returns the higher of two numbers. | Lite |
![]() |
MaximumReal_OfArray | Returns the greatest value in an array of real numbers. | Lite |
![]() |
MaximumReal_OfArray_OrNil | Returns the greatest value in an array of real numbers; returns NIL if the array is empty. | Lite |
![]() |
MaximumReal_OfLoop | Returns the greatest of numbers appearing in consecutive iterations. | Lite |
![]() |
MinimumDouble_OfArray | Returns the smallest value in an array of double numbers. | Lite |
![]() |
MinimumDouble_OfArray_OrNil | Returns the smallest value in an array of double numbers; returns NIL if the array is empty. | Lite |
![]() |
MinimumDouble_OfLoop | Returns the smallest of numbers appearing in consecutive iterations. | Lite |
![]() |
MinimumReal | Returns the lower of two numbers. | Lite |
![]() |
MinimumReal_OfArray | Returns the smallest value in an array of real numbers. | Lite |
![]() |
MinimumReal_OfArray_OrNil | Returns the smallest value in an array of real numbers; returns NIL if the array is empty. | Lite |
![]() |
MinimumReal_OfLoop | Returns the smallest of numbers appearing in consecutive iterations. | Lite |
![]() |
NegateReal | Computes the negation of a number. | Lite |
![]() |
ParseDouble | Returns the double number represented by a string. | Lite |
![]() |
ParseReal | Returns the real number represented by a string. | Lite |
![]() |
RealDifference | Computes the absolute value of two numbers difference. | Lite |
![]() |
SubtractDoubles | Computes the difference of two doubles. | Lite |
![]() |
SubtractReals | Computes the difference of two numbers. | Lite |
![]() |
TestDoubleEqualTo | Checks whether two doubles are equal. | Lite |
![]() |
TestDoubleGreaterOrEqual | Compares two doubles with the >= operator. | Lite |
![]() |
TestDoubleGreaterThan | Compares two doubles with the > operator. | Lite |
![]() |
TestDoubleInRange | Checks whether a double value is in the specified range. | Lite |
![]() |
TestDoubleLessOrEqual | Compares two doubles with the <= operator. | Lite |
![]() |
TestDoubleLessThan | Compares two doubles with the < operator. | Lite |
![]() |
TestDoubleUnequalTo | Checks whether two doubles are unequal. | Lite |
![]() |
TestRealEqualTo | Checks whether two reals are equal. | Lite |
![]() |
TestRealGreaterOrEqual | Compares two reals with the >= operator. | Lite |
![]() |
TestRealGreaterThan | Compares two reals with the > operator. | Lite |
![]() |
TestRealInRange | Checks whether a real value is in the specified range. | Lite |
![]() |
TestRealLessOrEqual | Compares two reals with the <= operator. | Lite |
![]() |
TestRealLessThan | Compares two reals with the < operator. | Lite |
![]() |
TestRealUnequalTo | Checks whether two reals are unequal. | Lite |