Back to FabImage Library Lite website

You are here: Start » Real

Real

Select Filter Equivalent below.

Icon Name Description
AbsoluteReal Computes the absolute value of a number.
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.
FisFilter_AddDoubles Computes the sum of two or more doubles.
FisFilter_AddDoubles_OfArray Computes the sum of numbers of an array.
FisFilter_AddDoubles_OfLoop Computes the sum of numbers appearing in consecutive iterations.
FisFilter_AddReals Computes the sum of two numbers.
FisFilter_AddReals_OfArray Computes the sum of numbers of an array.
FisFilter_AddReals_OfLoop Computes the sum of numbers appearing in consecutive iterations.
FisFilter_MultiplyDoubles Computes the product of double numbers.
FisFilter_MultiplyDoubles_OfArray Computes the product of numbers of an array.
FisFilter_MultiplyDoubles_OfLoop Computes the product of numbers appearing in consecutive iterations.
FisFilter_MultiplyReals Computes the product of real numbers.
FisFilter_MultiplyReals_OfArray Computes the product of numbers of an array.
FisFilter_MultiplyReals_OfLoop Computes the product of numbers appearing in consecutive iterations.
FisFilter_RealSequenceDistances Computes the absolute difference between points in array.
FisFilter_RescaleReal Applies linear transformation to real number.
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.
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.
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.