<?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%2FAST%2FMathOp</id>
	<title>Dice/AST/MathOp - 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%2FAST%2FMathOp"/>
	<link rel="alternate" type="text/html" href="https://skizzerz.net/DiceRoller/index.php?title=Dice/AST/MathOp&amp;action=history"/>
	<updated>2026-04-05T20:12:37Z</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/AST/MathOp&amp;diff=921&amp;oldid=prev</id>
		<title>Skizzerz: Created page with &quot;{{APIdoc|MathOp Enumeration}} Represents the operation performed on each side of a math expression.  {{ns}}  == Syntax == &lt;syntaxhighlight lang=&quot;C#&quot;&gt; public enum MathOp &lt;/synt...&quot;</title>
		<link rel="alternate" type="text/html" href="https://skizzerz.net/DiceRoller/index.php?title=Dice/AST/MathOp&amp;diff=921&amp;oldid=prev"/>
		<updated>2017-09-15T18:54:57Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{APIdoc|MathOp Enumeration}} Represents the operation performed on each side of a math expression.  {{ns}}  == Syntax == &amp;lt;syntaxhighlight lang=&amp;quot;C#&amp;quot;&amp;gt; public enum MathOp &amp;lt;/synt...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{APIdoc|MathOp Enumeration}}&lt;br /&gt;
Represents the operation performed on each side of a math expression.&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;
public enum MathOp&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Members ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Member name !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Add || Adds the two expression values together.&lt;br /&gt;
|-&lt;br /&gt;
| Subtract || Subtracts the right expression value from the left expression value.&lt;br /&gt;
|-&lt;br /&gt;
| Multiply || Multiplies the two expression values together.&lt;br /&gt;
|-&lt;br /&gt;
| Divide || Divides the left expression value by the right expression value.&lt;br /&gt;
|-&lt;br /&gt;
| Negate || This unary operation takes the negation of the value (positive to negative, or negative to positive).&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Skizzerz</name></author>
		
	</entry>
</feed>