# C1.Util.DX.PointerSize.op_Implicit

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Util_DX_PointerSize_op_Implicit_" data-uid="C1.Util.DX.PointerSize.op_Implicit*">implicit operator Operator
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Util_DX_PointerSize_op_Implicit_" data-uid="C1.Util.DX.PointerSize.op_Implicit*"></a>
<h4 id="C1_Util_DX_PointerSize_op_Implicit_C1_Util_DX_PointerSize__System_Int32" data-uid="C1.Util.DX.PointerSize.op_Implicit(C1.Util.DX.PointerSize)~System.Int32">implicit operator int(PointerSize)</h4>
<div class="markdown level1 summary"><p>Performs an implicit conversion from <a class="xref" href="C1.Util.DX.PointerSize.html">PointerSize</a> to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static implicit operator int(PointerSize value)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Widening Operator CType(value As PointerSize) As Integer</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.DX.PointerSize.html">PointerSize</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>The value.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><p>The result of the conversion.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Util_DX_PointerSize_op_Implicit_" data-uid="C1.Util.DX.PointerSize.op_Implicit*"></a>
<h4 id="C1_Util_DX_PointerSize_op_Implicit_C1_Util_DX_PointerSize__System_Int64" data-uid="C1.Util.DX.PointerSize.op_Implicit(C1.Util.DX.PointerSize)~System.Int64">implicit operator long(PointerSize)</h4>
<div class="markdown level1 summary"><p>Performs an implicit conversion from <a class="xref" href="C1.Util.DX.PointerSize.html">PointerSize</a> to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static implicit operator long(PointerSize value)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Widening Operator CType(value As PointerSize) As Long</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.DX.PointerSize.html">PointerSize</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>The value.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a></td>
      <td><p>The result of the conversion.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Util_DX_PointerSize_op_Implicit_" data-uid="C1.Util.DX.PointerSize.op_Implicit*"></a>
<h4 id="C1_Util_DX_PointerSize_op_Implicit_System_Int32__C1_Util_DX_PointerSize" data-uid="C1.Util.DX.PointerSize.op_Implicit(System.Int32)~C1.Util.DX.PointerSize">implicit operator PointerSize(int)</h4>
<div class="markdown level1 summary"><p>Performs an implicit conversion from <a class="xref" href="C1.Util.DX.PointerSize.html">PointerSize</a> to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static implicit operator PointerSize(int value)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Widening Operator CType(value As Integer) As PointerSize</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>The value.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.DX.PointerSize.html">PointerSize</a></td>
      <td><p>The result of the conversion.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Util_DX_PointerSize_op_Implicit_" data-uid="C1.Util.DX.PointerSize.op_Implicit*"></a>
<h4 id="C1_Util_DX_PointerSize_op_Implicit_System_Int64__C1_Util_DX_PointerSize" data-uid="C1.Util.DX.PointerSize.op_Implicit(System.Int64)~C1.Util.DX.PointerSize">implicit operator PointerSize(long)</h4>
<div class="markdown level1 summary"><p>Performs an implicit conversion from <a class="xref" href="C1.Util.DX.PointerSize.html">PointerSize</a> to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static implicit operator PointerSize(long value)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Widening Operator CType(value As Long) As PointerSize</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>The value.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.DX.PointerSize.html">PointerSize</a></td>
      <td><p>The result of the conversion.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Util_DX_PointerSize_op_Implicit_" data-uid="C1.Util.DX.PointerSize.op_Implicit*"></a>
<h4 id="C1_Util_DX_PointerSize_op_Implicit_System_IntPtr__C1_Util_DX_PointerSize" data-uid="C1.Util.DX.PointerSize.op_Implicit(System.IntPtr)~C1.Util.DX.PointerSize">implicit operator PointerSize(nint)</h4>
<div class="markdown level1 summary"><p>Performs an implicit conversion from <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.intptr">nint</a> to <a class="xref" href="C1.Util.DX.PointerSize.html">PointerSize</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static implicit operator PointerSize(nint value)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Widening Operator CType(value As IntPtr) As PointerSize</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.intptr">nint</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>The value.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.DX.PointerSize.html">PointerSize</a></td>
      <td><p>The result of the conversion.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Util_DX_PointerSize_op_Implicit_" data-uid="C1.Util.DX.PointerSize.op_Implicit*"></a>
<h4 id="C1_Util_DX_PointerSize_op_Implicit_C1_Util_DX_PointerSize__System_IntPtr" data-uid="C1.Util.DX.PointerSize.op_Implicit(C1.Util.DX.PointerSize)~System.IntPtr">implicit operator nint(PointerSize)</h4>
<div class="markdown level1 summary"><p>Performs an implicit conversion from <a class="xref" href="C1.Util.DX.PointerSize.html">PointerSize</a> to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.intptr">nint</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static implicit operator nint(PointerSize value)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Widening Operator CType(value As PointerSize) As IntPtr</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.DX.PointerSize.html">PointerSize</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>The value.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.intptr">nint</a></td>
      <td><p>The result of the conversion.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Util_DX_PointerSize_op_Implicit_" data-uid="C1.Util.DX.PointerSize.op_Implicit*"></a>
<h4 id="C1_Util_DX_PointerSize_op_Implicit_System_Void___C1_Util_DX_PointerSize" data-uid="C1.Util.DX.PointerSize.op_Implicit(System.Void*)~C1.Util.DX.PointerSize">implicit operator PointerSize(void*)</h4>
<div class="markdown level1 summary"><p>Performs an implicit conversion from void* to <a class="xref" href="C1.Util.DX.PointerSize.html">PointerSize</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[CLSCompliant(false)]
public static implicit operator PointerSize(void* value)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;CLSCompliant(False)&gt;
Public Shared Widening Operator CType(value As Void*) As PointerSize</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.void">void</a>*</td>
      <td><span class="parametername">value</span></td>
      <td><p>The value.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.DX.PointerSize.html">PointerSize</a></td>
      <td><p>The result of the conversion.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Util_DX_PointerSize_op_Implicit_" data-uid="C1.Util.DX.PointerSize.op_Implicit*"></a>
<h4 id="C1_Util_DX_PointerSize_op_Implicit_C1_Util_DX_PointerSize__System_Void_" data-uid="C1.Util.DX.PointerSize.op_Implicit(C1.Util.DX.PointerSize)~System.Void*">implicit operator void*(PointerSize)</h4>
<div class="markdown level1 summary"><p>Performs an implicit conversion from <a class="xref" href="C1.Util.DX.PointerSize.html">PointerSize</a> to void*.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[CLSCompliant(false)]
public static implicit operator void*(PointerSize value)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;CLSCompliant(False)&gt;
Public Shared Widening Operator CType(value As PointerSize) As Void*</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.DX.PointerSize.html">PointerSize</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>The value.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.void">void</a>*</td>
      <td><p>The result of the conversion.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
