You are here: Start » All Functions » Real
Real
Select Filter Equivalent below.
| Icon | Name | Description / Applications | |
|---|---|---|---|
| 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. |
||
| AvsFilter_AddDoubles | Computes the sum of two or more doubles. |
||
| AvsFilter_AddDoubles_OfArray | Computes the sum of numbers of an array. |
||
| AvsFilter_AddDoubles_OfLoop | Computes the sum of numbers appearing in consecutive iterations. |
||
| AvsFilter_AddReals | Computes the sum of two numbers. |
||
| AvsFilter_AddReals_OfArray | Computes the sum of numbers of an array. |
||
| AvsFilter_AddReals_OfLoop | Computes the sum of numbers appearing in consecutive iterations. |
||
| AvsFilter_MultiplyDoubles | Computes the product of double numbers. |
||
| AvsFilter_MultiplyDoubles_OfArray | Computes the product of numbers of an array. |
||
| AvsFilter_MultiplyDoubles_OfLoop | Computes the product of numbers appearing in consecutive iterations. |
||
| AvsFilter_MultiplyReals | Computes the product of real numbers. |
||
| AvsFilter_MultiplyReals_OfArray | Computes the product of numbers of an array. |
||
| AvsFilter_MultiplyReals_OfLoop | Computes the product of numbers appearing in consecutive iterations. |
||
| AvsFilter_RealSequenceDistances | Computes the absolute difference between points in array. |
||
| AvsFilter_RescaleReal | Applies linear transformation to real number. |
||
| ClampDouble | Returns a value as close as possible to inValue, but in the specified range. |
||
| ClampReal | Returns a value as close as possible to inValue, but in the specified range. |
||
| 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. |
||
| 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. |
