Back to FabImage Studio website
You are here: Start » Filter Reference » Real
Real
Select a filter from the list below.
Icon | Name | Description |
---|---|---|
![]() |
AbsoluteReal | Computes the absolute value of a number. |
![]() |
AddDoubles | Computes the sum of two or more doubles. |
![]() |
AddDoubles_OfArray | Computes the sum of numbers of an array. |
![]() |
AddDoubles_OfLoop | Computes the sum of numbers appearing in consecutive iterations. |
![]() |
AddReals | Computes the sum of two numbers. |
![]() |
AddReals_OfArray | Computes the sum of numbers of an array. |
![]() |
AddReals_OfLoop | Computes the sum of numbers appearing in consecutive iterations. |
![]() |
AverageDoubles | Returns the average of two doubles. |
![]() |
AverageDoubles_OfArray | Returns the average value of doubles. |
![]() |
AverageDoubles_OfArray_OrNil | Returns the average value of doubles; returns NIL if the array is empty. |
![]() |
AverageDoubles_OfLoop | Returns the average of numbers appearing in consecutive iterations. |
![]() |
AverageReals | Returns the average of two numbers. |
![]() |
AverageReals_OfArray | Returns the average value of reals. |
![]() |
AverageReals_OfArray_OrNil | Returns the average value of reals; returns NIL if the array is empty. |
![]() |
AverageReals_OfLoop | Returns the average of numbers appearing in consecutive iterations. |
![]() |
CreateRealSequence | Creates an arithmetic sequence of real numbers. |
![]() |
DivideDoubles | Computes the quotient of two numbers. |
![]() |
DivideReals | Computes the quotient of two numbers. |
![]() |
DoubleDifference | Computes the absolute value of two doubles difference. |
![]() |
LerpReals | Linearly interpolates between two reals. |
![]() |
MaximumDouble_OfArray | Returns the greatest value in an array of double numbers. |
![]() |
MaximumDouble_OfArray_OrNil | Returns the greatest value in an array of double numbers; returns NIL if the array is empty. |
![]() |
MaximumDouble_OfLoop | Returns the greatest of numbers appearing in consecutive iterations. |
![]() |
MaximumReal | Returns the higher of two numbers. |
![]() |
MaximumReal_OfArray | Returns the greatest value in an array of real numbers. |
![]() |
MaximumReal_OfArray_OrNil | Returns the greatest value in an array of real numbers; returns NIL if the array is empty. |
![]() |
MaximumReal_OfLoop | Returns the greatest of numbers appearing in consecutive iterations. |
![]() |
MinimumDouble_OfArray | Returns the smallest value in an array of double numbers. |
![]() |
MinimumDouble_OfArray_OrNil | Returns the smallest value in an array of double numbers; returns NIL if the array is empty. |
![]() |
MinimumDouble_OfLoop | Returns the smallest of numbers appearing in consecutive iterations. |
![]() |
MinimumReal | Returns the lower of two numbers. |
![]() |
MinimumReal_OfArray | Returns the smallest value in an array of real numbers. |
![]() |
MinimumReal_OfArray_OrNil | Returns the smallest value in an array of real numbers; returns NIL if the array is empty. |
![]() |
MinimumReal_OfLoop | Returns the smallest of numbers appearing in consecutive iterations. |
![]() |
MultiplyDoubles | Computes the product of double numbers. |
![]() |
MultiplyDoubles_OfArray | Computes the product of numbers of an array. |
![]() |
MultiplyDoubles_OfLoop | Computes the product of numbers appearing in consecutive iterations. |
![]() |
MultiplyReals | Computes the product of real numbers. |
![]() |
MultiplyReals_OfArray | Computes the product of numbers of an array. |
![]() |
MultiplyReals_OfLoop | Computes the product of numbers appearing in consecutive iterations. |
![]() |
NegateReal | Computes the negation of a number. |
![]() |
ParseDouble | Returns the double number represented by a string. |
![]() |
ParseReal | Returns the real number represented by a string. |
![]() |
RealDifference | Computes the absolute value of two numbers difference. |
![]() |
RealSequenceDistances | Computes the absolute difference between points in array. |
![]() |
RescaleReal | Applies linear transformation to real number. |
![]() |
SubtractDoubles | Computes the difference of two doubles. |
![]() |
SubtractReals | Computes the difference of two numbers. |
![]() |
TestDoubleEqualTo | Checks whether two doubles are equal. |
![]() |
TestDoubleGreaterOrEqual | Compares two doubles with the >= operator. |
![]() |
TestDoubleGreaterThan | Compares two doubles with the > operator. |
![]() |
TestDoubleInRange | Checks whether a double value is in the specified range. |
![]() |
TestDoubleLessOrEqual | Compares two doubles with the <= operator. |
![]() |
TestDoubleLessThan | Compares two doubles with the < operator. |
![]() |
TestDoubleUnequalTo | Checks whether two doubles are unequal. |
![]() |
TestRealEqualTo | Checks whether two reals are equal. |
![]() |
TestRealGreaterOrEqual | Compares two reals with the >= operator. |
![]() |
TestRealGreaterThan | Compares two reals with the > operator. |
![]() |
TestRealInRange | Checks whether a real value is in the specified range. |
![]() |
TestRealLessOrEqual | Compares two reals with the <= operator. |
![]() |
TestRealLessThan | Compares two reals with the < operator. |
![]() |
TestRealUnequalTo | Checks whether two reals are unequal. |