Framework:ABS: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
Created page with "==Function== ABS(Number) {| cellspacing="1" cellpadding="3" width={{{breite|80%}}} border="1" |- | style=background-color:#f6f6f6 |'''Parameter''' |..."
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
==[[Framework:Functions|Function]]==
==[[Framework:Functions|Function]]==


ABS(Number)
<span {{CoPFormel}}>ABS(<Number>)</span>


 
{| class="wikitable" width={{{breite|80%}}}
{| cellspacing="1" cellpadding="3" width={{{breite|80%}}} border="1"
|- {{Tabellentitel}}
|-
| Parameter
| style=background-color:#f6f6f6 |'''Parameter'''
| Description
| style=background-color:#f6f6f6 |'''Description'''
|-
|-
|Number
|Number
|Numeric expression
|Numeric expression
|}
|}
This function belongs to [[:Category:Functions_-_client-side|client-side functions]].


==Result==
==Result==
Returns the absolute value of a specified number.
Returns the absolute value of a specified number.


==Example==
==Example==
 
<span {{CoPFormel}}>ABS(-2)</span><br>
ABS(-2)<br>
Result: 2.
Result: 2.


Line 25: Line 23:
__NOEDITSECTION__  
__NOEDITSECTION__  


[[Category:Functions|ABS]]
[[Category:Functions - client-side|ABS]]
[[Category:Functions - client-side|ABS]]
[[de:Framework:ABS]]
[[de:Framework:ABS]]

Latest revision as of 08:48, 24 May 2012

Function

ABS(<Number>)

Parameter Description
Number Numeric expression

This function belongs to client-side functions.

Result

Returns the absolute value of a specified number.

Example

ABS(-2)
Result: 2.