<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to operators-bnot</title><link>https://sourceforge.net/p/asil/wiki/operators-bnot/</link><description>Recent changes to operators-bnot</description><atom:link href="https://sourceforge.net/p/asil/wiki/operators-bnot/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 21 Feb 2014 09:42:25 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/asil/wiki/operators-bnot/feed" rel="self" type="application/rss+xml"/><item><title>operators-bnot modified by Will Pittenger</title><link>https://sourceforge.net/p/asil/wiki/operators-bnot/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,4 +1,4 @@
-Provides a way to perform a bitwise complement of an unsigned integer such that each bit in the result is the opposite of the corresponding bit in the operand.  This is equivalent to the ~ operator in C/C++/C#/Java.  implemented by the types &lt;code&gt;byte&lt;/code&gt;, &lt;code&gt;word&lt;/code&gt;, &lt;code&gt;dbyte&lt;/code&gt;, &lt;code&gt;qbyte&lt;/code&gt;, and &lt;code&gt;obyte&lt;/code&gt;.
+Provides a way to perform a bitwise complement of an unsigned integer such that each bit in the result is the opposite of the corresponding bit in the operand.  This is equivalent to the ~ operator in C/C++/C#/Java.  Implemented by the types &lt;code&gt;byte&lt;/code&gt;, &lt;code&gt;word&lt;/code&gt;, &lt;code&gt;dbyte&lt;/code&gt;, &lt;code&gt;qbyte&lt;/code&gt;, and &lt;code&gt;obyte&lt;/code&gt;.

 Typical prototype
 -----------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Will Pittenger</dc:creator><pubDate>Fri, 21 Feb 2014 09:42:25 -0000</pubDate><guid>https://sourceforge.net81ae353b19d7a3495ce5a50eeeb836384e240977</guid></item><item><title>operators-bnot modified by Will Pittenger</title><link>https://sourceforge.net/p/asil/wiki/operators-bnot/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -6,7 +6,7 @@

 ~~~~
 :::text
-operator bnot var T left, var T right
+operator bnot var T left
   returns T
 ~~~~

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Will Pittenger</dc:creator><pubDate>Fri, 21 Feb 2014 09:36:52 -0000</pubDate><guid>https://sourceforge.net8cbe271a6445ece86c82dac6b4ab013f8a872004</guid></item><item><title>operators-bnot modified by Will Pittenger</title><link>https://sourceforge.net/p/asil/wiki/operators-bnot/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Provides a way to perform a bitwise complement of an unsigned integer such that each bit in the result is the opposite of the corresponding bit in the operand.  This is equivalent to the ~ operator in C/C++/C#/Java.  implemented by the types &lt;code&gt;byte&lt;/code&gt;, &lt;code&gt;word&lt;/code&gt;, &lt;code&gt;dbyte&lt;/code&gt;, &lt;code&gt;qbyte&lt;/code&gt;, and &lt;code&gt;obyte&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id="typical-prototype"&gt;Typical prototype&lt;/h2&gt;
&lt;p&gt;The "&lt;code&gt;T&lt;/code&gt;" represents the actual unsigned integer type being used.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;operator bnot var T left, var T right
  returns T
&lt;/pre&gt;&lt;/div&gt;
&lt;h2 id="related-operators"&gt;Related operators&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class="" href="/p/asil/wiki/operators-and/"&gt;and&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class="" href="/p/asil/wiki/operators-or/"&gt;or&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class="" href="/p/asil/wiki/operators-not/"&gt;not&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class="" href="/p/asil/wiki/operators-nand/"&gt;nand&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class="" href="/p/asil/wiki/operators-nor/"&gt;nor&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class="" href="/p/asil/wiki/operators-xor/"&gt;xor&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class="" href="/p/asil/wiki/operators-xnor/"&gt;xnor&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class="" href="/p/asil/wiki/operators-band/"&gt;band&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class="" href="/p/asil/wiki/operators-bor/"&gt;bor&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class="" href="../operators-bnand"&gt;bnand&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class="" href="../operators-bnor"&gt;bnor&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class="" href="../operators-bxor"&gt;bxor&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class="" href="../operators-bxnor"&gt;bxnor&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Will Pittenger</dc:creator><pubDate>Fri, 21 Feb 2014 09:36:34 -0000</pubDate><guid>https://sourceforge.net5c56c64cbdb994d6d816b2bc34bb1e1f035c7f9e</guid></item></channel></rss>