1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 00:05:42 +00:00
X10D/api/X10D.Core.IntrinsicUtility.html
2024-06-12 13:17:02 +00:00

513 lines
24 KiB
HTML

<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class IntrinsicUtility
| X10D </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class IntrinsicUtility
| X10D ">
<meta name="generator" content="docfx 2.56.7.0">
<link rel="shortcut icon" href="../images/favicon.png">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/night-owl.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css" integrity="sha384-EvBWSlnoFgZlXJvpzS+MAUEjvN7+gcCwH+qh7GRFOGgZO0PuwOFro7qPOJnLfe7l" crossorigin="anonymous">
<link rel="stylesheet" href="../styles/config.css">
<link rel="stylesheet" href="../styles/discord.css">
<link rel="stylesheet" href="../styles/singulink.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
<meta property="docfx:rel" content="../">
<meta property="docfx:newtab" content="true">
</head>
<body>
<div class="top-navbar">
<a class="burger-icon" onclick="toggleMenu()">
<svg name="Hamburger" style="vertical-align: middle;" width="34" height="34" viewbox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M20 6H4V9H20V6ZM4 10.999H20V13.999H4V10.999ZM4 15.999H20V18.999H4V15.999Z"></path></svg>
</a>
<a class="brand" href="../index.html">
<img src="../images/favicon.png" alt="X10D" class="logomark">
<span class="brand-title">X10D</span>
</a> </div>
<div class="body-content">
<div id="blackout" class="blackout" onclick="toggleMenu()"></div>
<nav id="sidebar" role="navigation">
<div class="sidebar">
<div>
<div class="mobile-hide">
<a class="brand" href="../index.html">
<img src="../images/favicon.png" alt="X10D" class="logomark">
<span class="brand-title">X10D</span>
</a> </div>
<div class="sidesearch">
<form id="search" role="search" class="search">
<i class="bi bi-search search-icon"></i>
<input type="text" id="search-query" placeholder="Search" autocomplete="off">
</form>
</div>
<div id="navbar">
</div>
</div> <div class="sidebar-item-separator"></div>
<div id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="footer">
<strong>DocFX + Singulink = ♥</strong>
</div> </nav>
<main class="main-panel">
<div id="search-results" style="display: none;">
<h1 class="search-list">Search Results for <span></span></h1>
<div class="sr-items">
<p><i class="bi bi-hourglass-split index-loading"></i></p>
</div>
<ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
</div>
<div role="main" class="hide-when-search">
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
<article class="content wrap" id="_content" data-uid="X10D.Core.IntrinsicUtility">
<h1 id="X10D_Core_IntrinsicUtility" data-uid="X10D.Core.IntrinsicUtility" class="text-break">Class IntrinsicUtility
</h1>
<div class="markdown level0 summary"><p>Provides utility methods for SIMD vector that is currently missing on common hardware instruction set.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">IntrinsicUtility</span></div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="X10D.Core.html">X10D.Core</a></h6>
<h6><strong>Assembly</strong>: X10D.dll</h6>
<h5 id="X10D_Core_IntrinsicUtility_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static class IntrinsicUtility : object</code></pre>
</div>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Core_IntrinsicUtility_HorizontalOr_Vector128_System_Int32__Vector128_System_Int32__.md&amp;value=---%0Auid%3A%20X10D.Core.IntrinsicUtility.HorizontalOr(Vector128%7BSystem.Int32%7D%2CVector128%7BSystem.Int32%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Core/IntrinsicUtility.cs/#L142">View Source</a>
</span>
<a id="X10D_Core_IntrinsicUtility_HorizontalOr_" data-uid="X10D.Core.IntrinsicUtility.HorizontalOr*"></a>
<h4 id="X10D_Core_IntrinsicUtility_HorizontalOr_Vector128_System_Int32__Vector128_System_Int32__" data-uid="X10D.Core.IntrinsicUtility.HorizontalOr(Vector128{System.Int32},Vector128{System.Int32})">HorizontalOr(Vector128&lt;Int32&gt;, Vector128&lt;Int32&gt;)</h4>
<div class="markdown level1 summary"><p>
Horizontally apply OR operation on adjacent pairs of single-precision (32-bit) floating-point elements in lhs and
rhs.
</p>
Operation:<br>
<pre><code>dest[0] = left[0] | left[1];
dest[1] = left[2] | left[3];
dest[2] = right[0] | right[1];
dest[3] = right[2] | right[3];</code></pre>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector128&lt;int&gt; HorizontalOr(Vector128&lt;int&gt; left, Vector128&lt;int&gt; right)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">Vector128</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
<td><span class="parametername">left</span></td>
<td><p>Left vector.</p>
</td>
</tr>
<tr>
<td><span class="xref">Vector128</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
<td><span class="parametername">right</span></td>
<td><p>Right vector.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">Vector128</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
<td><p>A <see cref="!:Vector128&lt;T>"></see> of <span class="xref">langword_csharp_float</span> with all elements is result of OR operation on adjacent pairs of
elements in lhs and rhs.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Core_IntrinsicUtility_HorizontalOr_Vector128_System_UInt32__Vector128_System_UInt32__.md&amp;value=---%0Auid%3A%20X10D.Core.IntrinsicUtility.HorizontalOr(Vector128%7BSystem.UInt32%7D%2CVector128%7BSystem.UInt32%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Core/IntrinsicUtility.cs/#L173">View Source</a>
</span>
<a id="X10D_Core_IntrinsicUtility_HorizontalOr_" data-uid="X10D.Core.IntrinsicUtility.HorizontalOr*"></a>
<h4 id="X10D_Core_IntrinsicUtility_HorizontalOr_Vector128_System_UInt32__Vector128_System_UInt32__" data-uid="X10D.Core.IntrinsicUtility.HorizontalOr(Vector128{System.UInt32},Vector128{System.UInt32})">HorizontalOr(Vector128&lt;UInt32&gt;, Vector128&lt;UInt32&gt;)</h4>
<div class="markdown level1 summary"><p>
Horizontally apply OR operation on adjacent pairs of 32-bit unsigned integer elements in lhs and rhs.
</p>
Operation:<br>
<pre><code>dest[0] = left[0] | left[1];
dest[1] = left[2] | left[3];
dest[2] = right[0] | right[1];
dest[3] = right[2] | right[3];</code></pre>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector128&lt;uint&gt; HorizontalOr(Vector128&lt;uint&gt; left, Vector128&lt;uint&gt; right)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">Vector128</span>&lt;<span class="xref">System.UInt32</span>&gt;</td>
<td><span class="parametername">left</span></td>
<td><p>Left vector.</p>
</td>
</tr>
<tr>
<td><span class="xref">Vector128</span>&lt;<span class="xref">System.UInt32</span>&gt;</td>
<td><span class="parametername">right</span></td>
<td><p>Right vector.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">Vector128</span>&lt;<span class="xref">System.UInt32</span>&gt;</td>
<td><p>A <see cref="!:Vector128&lt;T>"></see> of <span class="xref">langword_csharp_uint</span> with all elements is result of OR operation on adjacent pairs of
elements in lhs and rhs.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Core_IntrinsicUtility_Multiply_Vector128_System_Int64__Vector128_System_Int64__.md&amp;value=---%0Auid%3A%20X10D.Core.IntrinsicUtility.Multiply(Vector128%7BSystem.Int64%7D%2CVector128%7BSystem.Int64%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Core/IntrinsicUtility.cs/#L92">View Source</a>
</span>
<a id="X10D_Core_IntrinsicUtility_Multiply_" data-uid="X10D.Core.IntrinsicUtility.Multiply*"></a>
<h4 id="X10D_Core_IntrinsicUtility_Multiply_Vector128_System_Int64__Vector128_System_Int64__" data-uid="X10D.Core.IntrinsicUtility.Multiply(Vector128{System.Int64},Vector128{System.Int64})">Multiply(Vector128&lt;Int64&gt;, Vector128&lt;Int64&gt;)</h4>
<div class="markdown level1 summary"><p>
Multiply packed 64-bit signed integer elements in a and b and truncate the results to 64-bit integer.
</p>
Operation:<br>
<pre><code>dest[0] = left[0] * right[0];
dest[1] = left[1] * right[1];</code></pre>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector128&lt;long&gt; Multiply(Vector128&lt;long&gt; lhs, Vector128&lt;long&gt; rhs)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">Vector128</span>&lt;<span class="xref">System.Int64</span>&gt;</td>
<td><span class="parametername">lhs</span></td>
<td><p>Left vector.</p>
</td>
</tr>
<tr>
<td><span class="xref">Vector128</span>&lt;<span class="xref">System.Int64</span>&gt;</td>
<td><span class="parametername">rhs</span></td>
<td><p>Right vector.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">Vector128</span>&lt;<span class="xref">System.Int64</span>&gt;</td>
<td><p>A <see cref="!:Vector128&lt;T>"></see> of <span class="xref">langword_csharp_long</span> whose elements is 64-bit truncated product of lhs and rhs.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Core_IntrinsicUtility_Multiply_Vector128_System_UInt64__Vector128_System_UInt64__.md&amp;value=---%0Auid%3A%20X10D.Core.IntrinsicUtility.Multiply(Vector128%7BSystem.UInt64%7D%2CVector128%7BSystem.UInt64%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Core/IntrinsicUtility.cs/#L32">View Source</a>
</span>
<a id="X10D_Core_IntrinsicUtility_Multiply_" data-uid="X10D.Core.IntrinsicUtility.Multiply*"></a>
<h4 id="X10D_Core_IntrinsicUtility_Multiply_Vector128_System_UInt64__Vector128_System_UInt64__" data-uid="X10D.Core.IntrinsicUtility.Multiply(Vector128{System.UInt64},Vector128{System.UInt64})">Multiply(Vector128&lt;UInt64&gt;, Vector128&lt;UInt64&gt;)</h4>
<div class="markdown level1 summary"><p>
Multiply packed 64-bit unsigned integer elements in a and b and truncate the results to 64-bit integer.
</p>
Operation:<br>
<pre><code>dest[0] = left[0] * right[0];
dest[1] = left[1] * right[1];</code></pre>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector128&lt;ulong&gt; Multiply(Vector128&lt;ulong&gt; left, Vector128&lt;ulong&gt; right)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">Vector128</span>&lt;<span class="xref">System.UInt64</span>&gt;</td>
<td><span class="parametername">left</span></td>
<td><p>Left vector.</p>
</td>
</tr>
<tr>
<td><span class="xref">Vector128</span>&lt;<span class="xref">System.UInt64</span>&gt;</td>
<td><span class="parametername">right</span></td>
<td><p>Right vector.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">Vector128</span>&lt;<span class="xref">System.UInt64</span>&gt;</td>
<td><p>The truncated product vector.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Core_IntrinsicUtility_Multiply_Vector256_System_Int64__Vector256_System_Int64__.md&amp;value=---%0Auid%3A%20X10D.Core.IntrinsicUtility.Multiply(Vector256%7BSystem.Int64%7D%2CVector256%7BSystem.Int64%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Core/IntrinsicUtility.cs/#L116">View Source</a>
</span>
<a id="X10D_Core_IntrinsicUtility_Multiply_" data-uid="X10D.Core.IntrinsicUtility.Multiply*"></a>
<h4 id="X10D_Core_IntrinsicUtility_Multiply_Vector256_System_Int64__Vector256_System_Int64__" data-uid="X10D.Core.IntrinsicUtility.Multiply(Vector256{System.Int64},Vector256{System.Int64})">Multiply(Vector256&lt;Int64&gt;, Vector256&lt;Int64&gt;)</h4>
<div class="markdown level1 summary"><p>
Multiply packed 64-bit signed integer elements in a and b and truncate the results to 64-bit integer.
</p>
Operation:<br>
<pre><code>dest[0] = left[0] * right[0];
dest[1] = left[1] * right[1];
dest[2] = left[2] * right[2];
dest[3] = left[3] * right[3];</code></pre>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector256&lt;long&gt; Multiply(Vector256&lt;long&gt; lhs, Vector256&lt;long&gt; rhs)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">Vector256</span>&lt;<span class="xref">System.Int64</span>&gt;</td>
<td><span class="parametername">lhs</span></td>
<td><p>Left vector.</p>
</td>
</tr>
<tr>
<td><span class="xref">Vector256</span>&lt;<span class="xref">System.Int64</span>&gt;</td>
<td><span class="parametername">rhs</span></td>
<td><p>Right vector.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">Vector256</span>&lt;<span class="xref">System.Int64</span>&gt;</td>
<td><p>A <see cref="!:Vector256&lt;T>"></see> of <span class="xref">langword_csharp_ulong</span> whose elements is 64-bit truncated product of lhs and rhs.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/oliverbooth/X10D/new/main/apiSpec/new?filename=X10D_Core_IntrinsicUtility_Multiply_Vector256_System_UInt64__Vector256_System_UInt64__.md&amp;value=---%0Auid%3A%20X10D.Core.IntrinsicUtility.Multiply(Vector256%7BSystem.UInt64%7D%2CVector256%7BSystem.UInt64%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/oliverbooth/X10D/blob/main/X10D/src/Core/IntrinsicUtility.cs/#L63">View Source</a>
</span>
<a id="X10D_Core_IntrinsicUtility_Multiply_" data-uid="X10D.Core.IntrinsicUtility.Multiply*"></a>
<h4 id="X10D_Core_IntrinsicUtility_Multiply_Vector256_System_UInt64__Vector256_System_UInt64__" data-uid="X10D.Core.IntrinsicUtility.Multiply(Vector256{System.UInt64},Vector256{System.UInt64})">Multiply(Vector256&lt;UInt64&gt;, Vector256&lt;UInt64&gt;)</h4>
<div class="markdown level1 summary"><p>
Multiply packed 64-bit unsigned integer elements in a and b and truncate the results to 64-bit integer.
</p>
Operation:<br>
<pre><code>dest[0] = left[0] * right[0];
dest[1] = left[1] * right[1];
dest[2] = left[2] * right[2];
dest[3] = left[3] * right[3];</code></pre>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Vector256&lt;ulong&gt; Multiply(Vector256&lt;ulong&gt; lhs, Vector256&lt;ulong&gt; rhs)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">Vector256</span>&lt;<span class="xref">System.UInt64</span>&gt;</td>
<td><span class="parametername">lhs</span></td>
<td><p>Left vector.</p>
</td>
</tr>
<tr>
<td><span class="xref">Vector256</span>&lt;<span class="xref">System.UInt64</span>&gt;</td>
<td><span class="parametername">rhs</span></td>
<td><p>Right vector.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">Vector256</span>&lt;<span class="xref">System.UInt64</span>&gt;</td>
<td><p>A <see cref="!:Vector256&lt;T>"></see> of <span class="xref">langword_csharp_ulong</span> whose elements is 64-bit truncated product of lhs and rhs.</p>
</td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="copyright-footer">
<span>&#169; Singulink. All rights reserved.</span>
</div>
</main>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js"></script>
<script type="text/javascript" src="../styles/jquery.twbsPagination.js"></script>
<script type="text/javascript" src="../styles/url.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/singulink.js"></script>
<script type="text/javascript" src="../styles/main.js"></script> </body>
</html>