Back to FabImage Library website

You are here: Start » Function Reference » Real

Real

Select Filter Equivalent below.

IconNameDescription
AbsoluteRealComputes the absolute value of a number.
AverageDoublesReturns the average of two doubles.
AverageDoubles_OfArrayReturns the average value of doubles.
AverageDoubles_OfArray_OrNilReturns the average value of doubles; returns NIL if the array is empty.
AverageDoubles_OfLoopReturns the average of numbers appearing in consecutive iterations.
AverageRealsReturns the average of two numbers.
AverageReals_OfArrayReturns the average value of reals.
AverageReals_OfArray_OrNilReturns the average value of reals; returns NIL if the array is empty.
AverageReals_OfLoopReturns the average of numbers appearing in consecutive iterations.
CreateRealSequenceCreates an arithmetic sequence of real numbers.
DivideDoublesComputes the quotient of two numbers.
DivideRealsComputes the quotient of two numbers.
DoubleDifferenceComputes the absolute value of two doubles difference.
FisFilter_AddDoublesComputes the sum of two or more doubles.
FisFilter_AddDoubles_OfArrayComputes the sum of numbers of an array.
FisFilter_AddDoubles_OfLoopComputes the sum of numbers appearing in consecutive iterations.
FisFilter_AddRealsComputes the sum of two numbers.
FisFilter_AddReals_OfArrayComputes the sum of numbers of an array.
FisFilter_AddReals_OfLoopComputes the sum of numbers appearing in consecutive iterations.
FisFilter_MultiplyDoublesComputes the product of double numbers.
FisFilter_MultiplyDoubles_OfArrayComputes the product of numbers of an array.
FisFilter_MultiplyDoubles_OfLoopComputes the product of numbers appearing in consecutive iterations.
FisFilter_MultiplyRealsComputes the product of real numbers.
FisFilter_MultiplyReals_OfArrayComputes the product of numbers of an array.
FisFilter_MultiplyReals_OfLoopComputes the product of numbers appearing in consecutive iterations.
FisFilter_RealSequenceDistancesComputes the absolute difference between points in array.
FisFilter_RescaleRealApplies linear transformation to real number.
LerpRealsLinearly interpolates between two reals.
MaximumDouble_OfLoopReturns the greatest of numbers appearing in consecutive iterations.
MaximumRealReturns the higher of two numbers.
MaximumReal_OfArrayReturns the greatest value in an array of real numbers.
MaximumReal_OfArray_OrNilReturns the greatest value in an array of real numbers; returns NIL if the array is empty.
MaximumReal_OfLoopReturns the greatest of numbers appearing in consecutive iterations.
MinimumDouble_OfLoopReturns the smallest of numbers appearing in consecutive iterations.
MinimumRealReturns the lower of two numbers.
MinimumReal_OfArrayReturns the smallest value in an array of real numbers.
MinimumReal_OfArray_OrNilReturns the smallest value in an array of real numbers; returns NIL if the array is empty.
MinimumReal_OfLoopReturns the smallest of numbers appearing in consecutive iterations.
NegateRealComputes the negation of a number.
ParseDoubleReturns the double number represented by a string.
ParseRealReturns the real number represented by a string.
RealDifferenceComputes the absolute value of two numbers difference.
SubtractDoublesComputes the difference of two doubles.
SubtractRealsComputes the difference of two numbers.
TestDoubleEqualToChecks whether two doubles are equal.
TestDoubleGreaterOrEqualCompares two doubles with the >= operator.
TestDoubleGreaterThanCompares two doubles with the > operator.
TestDoubleInRangeChecks whether a double value is in the specified range.
TestDoubleLessOrEqualCompares two doubles with the <= operator.
TestDoubleLessThanCompares two doubles with the < operator.
TestDoubleUnequalToChecks whether two doubles are unequal.
TestRealEqualToChecks whether two reals are equal.
TestRealGreaterOrEqualCompares two reals with the >= operator.
TestRealGreaterThanCompares two reals with the > operator.
TestRealInRangeChecks whether a real value is in the specified range.
TestRealLessOrEqualCompares two reals with the <= operator.
TestRealLessThanCompares two reals with the < operator.
TestRealUnequalToChecks whether two reals are unequal.