Metis Smart Modeling - Rules
From Metis Documentation
(→Single selection) |
(→Single selection) |
||
Line 326: | Line 326: | ||
| Only the input value will be considered by the range filter. | | Only the input value will be considered by the range filter. | ||
}} | }} | ||
+ | |||
+ | {| class="wikitable centre" width="80%" style="border-collapse: separate; border-spacing: 0; border-width: 1px; border-style: solid; border-color: grey;" | ||
+ | |- | ||
+ | ! scope=col style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | Function | ||
+ | ! scope=col style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | Description | ||
+ | ! scope=col style="border-style: solid; border-color: grey; border-width: 0 0 1px 0" | Syntax | ||
+ | |- | ||
+ | | width="20%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | ||
+ | '''Abs''' | ||
+ | | width="30%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | ||
+ | Calculates the absolute value of a numeric expression (integer or real). | ||
+ | | width="50%" style="border-style: solid; border-color: grey; border-width: 0 0 1px 0" | | ||
+ | <Result> = Abs(<Numeric>) | ||
+ | |||
+ | '''Parameter Details''' | ||
+ | |||
+ | <Result>: Integer or real absolute value sought | ||
+ | |||
+ | <Numeric>: Numeric expression, integer or real numeric expression or numeric value to use. | ||
+ | |- | ||
=== Table === | === Table === |