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