<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://skizzerz.net/DiceRoller/index.php?action=history&amp;feed=atom&amp;title=Dice%2FBuiltinFunctions%2FAbs</id>
	<title>Dice/BuiltinFunctions/Abs - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://skizzerz.net/DiceRoller/index.php?action=history&amp;feed=atom&amp;title=Dice%2FBuiltinFunctions%2FAbs"/>
	<link rel="alternate" type="text/html" href="https://skizzerz.net/DiceRoller/index.php?title=Dice/BuiltinFunctions/Abs&amp;action=history"/>
	<updated>2026-04-05T20:12:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>https://skizzerz.net/DiceRoller/index.php?title=Dice/BuiltinFunctions/Abs&amp;diff=768&amp;oldid=prev</id>
		<title>Skizzerz: Created page with &quot;{{APIdoc|BuiltinFunction.Abs Method (FunctionContext)}} Computes the absolute value of the argument.  {{ns}}  == Syntax == &lt;syntaxhighlight lang=&quot;C#&quot;&gt; [DiceFunction(&quot;abs&quot;, Sco...&quot;</title>
		<link rel="alternate" type="text/html" href="https://skizzerz.net/DiceRoller/index.php?title=Dice/BuiltinFunctions/Abs&amp;diff=768&amp;oldid=prev"/>
		<updated>2017-04-27T21:46:02Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{APIdoc|BuiltinFunction.Abs Method (FunctionContext)}} Computes the absolute value of the argument.  {{ns}}  == Syntax == &amp;lt;syntaxhighlight lang=&amp;quot;C#&amp;quot;&amp;gt; [DiceFunction(&amp;quot;abs&amp;quot;, Sco...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{APIdoc|BuiltinFunction.Abs Method (FunctionContext)}}&lt;br /&gt;
Computes the absolute value of the argument.&lt;br /&gt;
&lt;br /&gt;
{{ns}}&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;C#&amp;quot;&amp;gt;&lt;br /&gt;
[DiceFunction(&amp;quot;abs&amp;quot;, Scope = FunctionScope.Global)]&lt;br /&gt;
public static void Abs(&lt;br /&gt;
    FunctionContext context&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
; ''context''&lt;br /&gt;
: Type: [[Dice/FunctionContext|Dice.FunctionContext]]&lt;br /&gt;
: The context of the function call.&lt;br /&gt;
&lt;br /&gt;
== Exceptions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Exception !! Condition&lt;br /&gt;
|-&lt;br /&gt;
| DiceException (DiceErrorCode.IncorrectArity) || context.Arguments.Count is not exactly 1.&lt;br /&gt;
|-&lt;br /&gt;
| DiceException (DiceErrorCode.IncorrectArgType) || context.Arguments[0] is a comparison.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Skizzerz</name></author>
		
	</entry>
</feed>