2168 lines
70 KiB
HTML
2168 lines
70 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Struct Vector4<TLane, TNumber> | Misaki.HighPerformance </title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="title" content="Struct Vector4<TLane, TNumber> | Misaki.HighPerformance ">
|
|
|
|
|
|
<link rel="icon" href="../favicon.ico">
|
|
<link rel="stylesheet" href="../public/docfx.min.css">
|
|
<link rel="stylesheet" href="../public/main.css">
|
|
<meta name="docfx:navrel" content="../toc.html">
|
|
<meta name="docfx:tocrel" content="toc.html">
|
|
|
|
<meta name="docfx:rel" content="../">
|
|
|
|
|
|
|
|
<meta name="loc:inThisArticle" content="In this article">
|
|
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
|
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
|
<meta name="loc:tocFilter" content="Filter by title">
|
|
<meta name="loc:nextArticle" content="Next">
|
|
<meta name="loc:prevArticle" content="Previous">
|
|
<meta name="loc:themeLight" content="Light">
|
|
<meta name="loc:themeDark" content="Dark">
|
|
<meta name="loc:themeAuto" content="Auto">
|
|
<meta name="loc:changeTheme" content="Change theme">
|
|
<meta name="loc:copy" content="Copy">
|
|
<meta name="loc:downloadPdf" content="Download PDF">
|
|
|
|
<script type="module" src="./../public/docfx.min.js"></script>
|
|
|
|
<script>
|
|
const theme = localStorage.getItem('theme') || 'auto'
|
|
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
|
<header class="bg-body border-bottom">
|
|
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
|
<div class="container-xxl flex-nowrap">
|
|
<a class="navbar-brand" href="../index.html">
|
|
<img id="logo" class="svg" src="../logo.svg" alt="Misaki.HighPerformance">
|
|
Misaki.HighPerformance
|
|
</a>
|
|
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
|
<i class="bi bi-three-dots"></i>
|
|
</button>
|
|
<div class="collapse navbar-collapse" id="navpanel">
|
|
<div id="navbar">
|
|
<form class="search" role="search" id="search">
|
|
<i class="bi bi-search"></i>
|
|
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
|
|
<main class="container-xxl">
|
|
<div class="toc-offcanvas">
|
|
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
|
<div class="offcanvas-header">
|
|
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
|
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
|
</div>
|
|
<div class="offcanvas-body">
|
|
<nav class="toc" id="toc"></nav>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<div class="actionbar">
|
|
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
|
<i class="bi bi-list"></i>
|
|
</button>
|
|
|
|
<nav id="breadcrumb"></nav>
|
|
</div>
|
|
|
|
<article data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2">
|
|
|
|
|
|
|
|
<h1 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2" class="text-break">
|
|
Struct Vector4<TLane, TNumber>
|
|
</h1>
|
|
|
|
<div class="facts text-secondary">
|
|
<dl><dt>Namespace</dt><dd><a class="xref" href="Misaki.html">Misaki</a>.<a class="xref" href="Misaki.HighPerformance.html">HighPerformance</a>.<a class="xref" href="Misaki.HighPerformance.Mathematics.html">Mathematics</a>.<a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.html">SPMD</a></dd></dl>
|
|
<dl><dt>Assembly</dt><dd>Misaki.HighPerformance.Mathematics.SPMD.dll</dd></dl>
|
|
</div>
|
|
|
|
<div class="markdown summary"></div>
|
|
<div class="markdown conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public struct Vector4<TLane, TNumber> : IEquatable<Vector4<TLane, TNumber>> where TLane : ISPMDLane<TLane, TNumber> where TNumber : unmanaged, INumber<TNumber>, IBinaryNumber<TNumber>, IMinMaxValue<TNumber>, IBitwiseOperators<TNumber, TNumber, TNumber></code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
<h4 class="section">Type Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>TLane</code></dt>
|
|
<dd></dd>
|
|
<dt><code>TNumber</code></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
<dl class="typelist implements">
|
|
<dt>Implements</dt>
|
|
<dd>
|
|
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a><<a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber>></div>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
<dl class="typelist inheritedMembers">
|
|
<dt>Inherited Members</dt>
|
|
<dd>
|
|
<div>
|
|
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.valuetype.tostring">ValueType.ToString()</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
|
|
</div>
|
|
</dd></dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="section" id="fields">Fields
|
|
</h2>
|
|
|
|
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_w" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.w">
|
|
w
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public TLane w</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Field Value</h4>
|
|
<dl class="parameters">
|
|
<dt><span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_x" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.x">
|
|
x
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public TLane x</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Field Value</h4>
|
|
<dl class="parameters">
|
|
<dt><span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_y" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.y">
|
|
y
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public TLane y</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Field Value</h4>
|
|
<dl class="parameters">
|
|
<dt><span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_z" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.z">
|
|
z
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public TLane z</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Field Value</h4>
|
|
<dl class="parameters">
|
|
<dt><span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="section" id="properties">Properties
|
|
</h2>
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_Item_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.Item*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_Item_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.Item(System.Int32)">
|
|
this[int]
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public TLane this[int index] { get; }</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>index</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_One_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.One*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_One" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.One">
|
|
One
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> One { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_Zero_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.Zero*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_Zero" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.Zero">
|
|
Zero
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> Zero { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="section" id="methods">Methods
|
|
</h2>
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_CompressStore_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.CompressStore*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_CompressStore__1__Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1__" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.CompressStore(`1*,Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1})">
|
|
CompressStore(TNumber*, Vector4<TLane, TNumber>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void CompressStore(TNumber* pDst, Vector4<TLane, TNumber> mask)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>pDst</code> TNumber*</dt>
|
|
<dd></dd>
|
|
<dt><code>mask</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_CompressStore_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.CompressStore*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_CompressStore__1__Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1__" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.CompressStore(`1@,Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1})">
|
|
CompressStore(ref TNumber, Vector4<TLane, TNumber>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void CompressStore(ref TNumber dst, Vector4<TLane, TNumber> mask)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>dst</code> <span class="xref">TNumber</span></dt>
|
|
<dd></dd>
|
|
<dt><code>mask</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_Equals_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.Equals*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_Equals_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1__" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.Equals(Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1})">
|
|
Equals(Vector4<TLane, TNumber>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Indicates whether the current object is equal to another object of the same type.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public readonly bool Equals(Vector4<TLane, TNumber> other)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>other</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd><p>An object to compare with this object.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
|
<dd><p><a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> if the current object is equal to the <code class="paramref">other</code> parameter; otherwise, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_Equals_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.Equals*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_Equals_System_Object_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.Equals(System.Object)">
|
|
Equals(object?)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Indicates whether this instance and a specified object are equal.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public override readonly bool Equals(object? obj)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>obj</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></dt>
|
|
<dd><p>The object to compare with the current instance.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
|
<dd><p><a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> if <code class="paramref">obj</code> and this instance are the same type and represent the same value; otherwise, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_GetHashCode_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.GetHashCode*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_GetHashCode" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.GetHashCode">
|
|
GetHashCode()
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Returns the hash code for this instance.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public override readonly int GetHashCode()</code></pre>
|
|
</div>
|
|
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd><p>A 32-bit signed integer that is the hash code for this instance.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_MaskScatter_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.MaskScatter*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_MaskScatter__1__System_Int32___0_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.MaskScatter(`1*,System.Int32*,`0)">
|
|
MaskScatter(TNumber*, int*, TLane)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void MaskScatter(TNumber* pDst, int* pIndices, TLane mask)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>pDst</code> TNumber*</dt>
|
|
<dd></dd>
|
|
<dt><code>pIndices</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>*</dt>
|
|
<dd></dd>
|
|
<dt><code>mask</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_MaskScatter_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.MaskScatter*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_MaskScatter__1___0__0_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.MaskScatter(`1*,`0,`0)">
|
|
MaskScatter(TNumber*, TLane, TLane)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void MaskScatter(TNumber* pDst, TLane indices, TLane mask)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>pDst</code> TNumber*</dt>
|
|
<dd></dd>
|
|
<dt><code>indices</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
<dt><code>mask</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_MaskScatter_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.MaskScatter*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_MaskScatter__1__System_Int32___0_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.MaskScatter(`1@,System.Int32*,`0)">
|
|
MaskScatter(ref TNumber, int*, TLane)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void MaskScatter(ref TNumber dst, int* pIndices, TLane mask)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>dst</code> <span class="xref">TNumber</span></dt>
|
|
<dd></dd>
|
|
<dt><code>pIndices</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>*</dt>
|
|
<dd></dd>
|
|
<dt><code>mask</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_MaskScatter_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.MaskScatter*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_MaskScatter__1___0__0_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.MaskScatter(`1@,`0,`0)">
|
|
MaskScatter(ref TNumber, TLane, TLane)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void MaskScatter(ref TNumber dst, TLane indices, TLane mask)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>dst</code> <span class="xref">TNumber</span></dt>
|
|
<dd></dd>
|
|
<dt><code>indices</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
<dt><code>mask</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_Scatter_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.Scatter*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_Scatter__1__System_Int32__" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.Scatter(`1*,System.Int32*)">
|
|
Scatter(TNumber*, int*)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void Scatter(TNumber* pDst, int* pIndices)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>pDst</code> TNumber*</dt>
|
|
<dd></dd>
|
|
<dt><code>pIndices</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>*</dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_Scatter_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.Scatter*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_Scatter__1___0_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.Scatter(`1*,`0)">
|
|
Scatter(TNumber*, TLane)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void Scatter(TNumber* pDst, TLane indices)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>pDst</code> TNumber*</dt>
|
|
<dd></dd>
|
|
<dt><code>indices</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_Scatter_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.Scatter*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_Scatter__1__System_Int32__" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.Scatter(`1@,System.Int32*)">
|
|
Scatter(ref TNumber, int*)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void Scatter(ref TNumber dst, int* pIndices)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>dst</code> <span class="xref">TNumber</span></dt>
|
|
<dd></dd>
|
|
<dt><code>pIndices</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>*</dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_Scatter_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.Scatter*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_Scatter__1___0_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.Scatter(`1@,`0)">
|
|
Scatter(ref TNumber, TLane)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void Scatter(ref TNumber dst, TLane indices)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>dst</code> <span class="xref">TNumber</span></dt>
|
|
<dd></dd>
|
|
<dt><code>indices</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_Store_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.Store*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_Store__1__" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.Store(`1*)">
|
|
Store(TNumber*)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void Store(TNumber* pDst)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>pDst</code> TNumber*</dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_Store_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.Store*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_Store__1___1___1___1__" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.Store(`1*,`1*,`1*,`1*)">
|
|
Store(TNumber*, TNumber*, TNumber*, TNumber*)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void Store(TNumber* px, TNumber* py, TNumber* pz, TNumber* pw)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>px</code> TNumber*</dt>
|
|
<dd></dd>
|
|
<dt><code>py</code> TNumber*</dt>
|
|
<dd></dd>
|
|
<dt><code>pz</code> TNumber*</dt>
|
|
<dd></dd>
|
|
<dt><code>pw</code> TNumber*</dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_Store_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.Store*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_Store__1__" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.Store(`1@)">
|
|
Store(ref TNumber)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void Store(ref TNumber dst)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>dst</code> <span class="xref">TNumber</span></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_Store_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.Store*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_Store__1___1___1___1__" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.Store(`1@,`1@,`1@,`1@)">
|
|
Store(ref TNumber, ref TNumber, ref TNumber, ref TNumber)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void Store(ref TNumber x, ref TNumber y, ref TNumber z, ref TNumber w)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>x</code> <span class="xref">TNumber</span></dt>
|
|
<dd></dd>
|
|
<dt><code>y</code> <span class="xref">TNumber</span></dt>
|
|
<dd></dd>
|
|
<dt><code>z</code> <span class="xref">TNumber</span></dt>
|
|
<dd></dd>
|
|
<dt><code>w</code> <span class="xref">TNumber</span></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="section" id="operators">Operators
|
|
</h2>
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Addition_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Addition*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Addition_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Addition(Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@,Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@)">
|
|
operator +(in Vector4<TLane, TNumber>, in Vector4<TLane, TNumber>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator +(in Vector4<TLane, TNumber> left, in Vector4<TLane, TNumber> right)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>left</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
<dt><code>right</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Addition_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Addition*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Addition_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1____0_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Addition(Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@,`0)">
|
|
operator +(in Vector4<TLane, TNumber>, TLane)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator +(in Vector4<TLane, TNumber> vector, TLane lane)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>vector</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
<dt><code>lane</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Addition_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Addition*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Addition__0_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Addition(`0,Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@)">
|
|
operator +(TLane, in Vector4<TLane, TNumber>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator +(TLane lane, in Vector4<TLane, TNumber> vector)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lane</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
<dt><code>vector</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Division_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Division*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Division_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Division(Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@,Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@)">
|
|
operator /(in Vector4<TLane, TNumber>, in Vector4<TLane, TNumber>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator /(in Vector4<TLane, TNumber> left, in Vector4<TLane, TNumber> right)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>left</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
<dt><code>right</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Division_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Division*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Division_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1____0_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Division(Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@,`0)">
|
|
operator /(in Vector4<TLane, TNumber>, TLane)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator /(in Vector4<TLane, TNumber> vector, TLane lane)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>vector</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
<dt><code>lane</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Division_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Division*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Division__0_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Division(`0,Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@)">
|
|
operator /(TLane, in Vector4<TLane, TNumber>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator /(TLane lane, in Vector4<TLane, TNumber> vector)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lane</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
<dt><code>vector</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Equality_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Equality*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Equality_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Equality(Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@,Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@)">
|
|
operator ==(in Vector4<TLane, TNumber>, in Vector4<TLane, TNumber>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator ==(in Vector4<TLane, TNumber> left, in Vector4<TLane, TNumber> right)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>left</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
<dt><code>right</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Equality_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Equality*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Equality_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1____0_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Equality(Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@,`0)">
|
|
operator ==(in Vector4<TLane, TNumber>, TLane)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator ==(in Vector4<TLane, TNumber> vector, TLane lane)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>vector</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
<dt><code>lane</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Equality_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Equality*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Equality__0_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Equality(`0,Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@)">
|
|
operator ==(TLane, in Vector4<TLane, TNumber>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator ==(TLane lane, in Vector4<TLane, TNumber> vector)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lane</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
<dt><code>vector</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_GreaterThan_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_GreaterThan*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_GreaterThan_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_GreaterThan(Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@,Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@)">
|
|
operator >(in Vector4<TLane, TNumber>, in Vector4<TLane, TNumber>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator >(in Vector4<TLane, TNumber> left, in Vector4<TLane, TNumber> right)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>left</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
<dt><code>right</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_GreaterThan_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_GreaterThan*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_GreaterThan_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1____0_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_GreaterThan(Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@,`0)">
|
|
operator >(in Vector4<TLane, TNumber>, TLane)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator >(in Vector4<TLane, TNumber> vector, TLane lane)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>vector</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
<dt><code>lane</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_GreaterThan_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_GreaterThan*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_GreaterThan__0_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_GreaterThan(`0,Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@)">
|
|
operator >(TLane, in Vector4<TLane, TNumber>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator >(TLane lane, in Vector4<TLane, TNumber> vector)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lane</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
<dt><code>vector</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_GreaterThanOrEqual_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_GreaterThanOrEqual*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_GreaterThanOrEqual_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_GreaterThanOrEqual(Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@,Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@)">
|
|
operator >=(in Vector4<TLane, TNumber>, in Vector4<TLane, TNumber>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator >=(in Vector4<TLane, TNumber> left, in Vector4<TLane, TNumber> right)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>left</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
<dt><code>right</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_GreaterThanOrEqual_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_GreaterThanOrEqual*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_GreaterThanOrEqual_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1____0_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_GreaterThanOrEqual(Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@,`0)">
|
|
operator >=(in Vector4<TLane, TNumber>, TLane)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator >=(in Vector4<TLane, TNumber> vector, TLane lane)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>vector</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
<dt><code>lane</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_GreaterThanOrEqual_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_GreaterThanOrEqual*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_GreaterThanOrEqual__0_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_GreaterThanOrEqual(`0,Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@)">
|
|
operator >=(TLane, in Vector4<TLane, TNumber>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator >=(TLane lane, in Vector4<TLane, TNumber> vector)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lane</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
<dt><code>vector</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Inequality_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Inequality*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Inequality_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Inequality(Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@,Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@)">
|
|
operator !=(in Vector4<TLane, TNumber>, in Vector4<TLane, TNumber>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator !=(in Vector4<TLane, TNumber> left, in Vector4<TLane, TNumber> right)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>left</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
<dt><code>right</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Inequality_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Inequality*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Inequality_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1____0_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Inequality(Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@,`0)">
|
|
operator !=(in Vector4<TLane, TNumber>, TLane)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator !=(in Vector4<TLane, TNumber> vector, TLane lane)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>vector</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
<dt><code>lane</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Inequality_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Inequality*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Inequality__0_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Inequality(`0,Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@)">
|
|
operator !=(TLane, in Vector4<TLane, TNumber>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator !=(TLane lane, in Vector4<TLane, TNumber> vector)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lane</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
<dt><code>vector</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_LessThan_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_LessThan*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_LessThan_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_LessThan(Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@,Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@)">
|
|
operator <(in Vector4<TLane, TNumber>, in Vector4<TLane, TNumber>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator <(in Vector4<TLane, TNumber> left, in Vector4<TLane, TNumber> right)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>left</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
<dt><code>right</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_LessThan_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_LessThan*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_LessThan_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1____0_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_LessThan(Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@,`0)">
|
|
operator <(in Vector4<TLane, TNumber>, TLane)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator <(in Vector4<TLane, TNumber> vector, TLane lane)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>vector</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
<dt><code>lane</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_LessThan_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_LessThan*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_LessThan__0_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_LessThan(`0,Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@)">
|
|
operator <(TLane, in Vector4<TLane, TNumber>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator <(TLane lane, in Vector4<TLane, TNumber> vector)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lane</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
<dt><code>vector</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_LessThanOrEqual_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_LessThanOrEqual*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_LessThanOrEqual_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_LessThanOrEqual(Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@,Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@)">
|
|
operator <=(in Vector4<TLane, TNumber>, in Vector4<TLane, TNumber>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator <=(in Vector4<TLane, TNumber> left, in Vector4<TLane, TNumber> right)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>left</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
<dt><code>right</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_LessThanOrEqual_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_LessThanOrEqual*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_LessThanOrEqual_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1____0_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_LessThanOrEqual(Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@,`0)">
|
|
operator <=(in Vector4<TLane, TNumber>, TLane)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator <=(in Vector4<TLane, TNumber> vector, TLane lane)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>vector</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
<dt><code>lane</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_LessThanOrEqual_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_LessThanOrEqual*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_LessThanOrEqual__0_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_LessThanOrEqual(`0,Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@)">
|
|
operator <=(TLane, in Vector4<TLane, TNumber>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator <=(TLane lane, in Vector4<TLane, TNumber> vector)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lane</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
<dt><code>vector</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Multiply_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Multiply*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Multiply_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Multiply(Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@,Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@)">
|
|
operator *(in Vector4<TLane, TNumber>, in Vector4<TLane, TNumber>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator *(in Vector4<TLane, TNumber> left, in Vector4<TLane, TNumber> right)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>left</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
<dt><code>right</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Multiply_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Multiply*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Multiply_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1____0_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Multiply(Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@,`0)">
|
|
operator *(in Vector4<TLane, TNumber>, TLane)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator *(in Vector4<TLane, TNumber> vector, TLane lane)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>vector</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
<dt><code>lane</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Multiply_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Multiply*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Multiply__0_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Multiply(`0,Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@)">
|
|
operator *(TLane, in Vector4<TLane, TNumber>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator *(TLane lane, in Vector4<TLane, TNumber> vector)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lane</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
<dt><code>vector</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Subtraction_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Subtraction*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Subtraction_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Subtraction(Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@,Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@)">
|
|
operator -(in Vector4<TLane, TNumber>, in Vector4<TLane, TNumber>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator -(in Vector4<TLane, TNumber> left, in Vector4<TLane, TNumber> right)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>left</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
<dt><code>right</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Subtraction_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Subtraction*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Subtraction_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1____0_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Subtraction(Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@,`0)">
|
|
operator -(in Vector4<TLane, TNumber>, TLane)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator -(in Vector4<TLane, TNumber> vector, TLane lane)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>vector</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
<dt><code>lane</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Subtraction_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Subtraction*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_Subtraction__0_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_Subtraction(`0,Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@)">
|
|
operator -(TLane, in Vector4<TLane, TNumber>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator -(TLane lane, in Vector4<TLane, TNumber> vector)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lane</code> <span class="xref">TLane</span></dt>
|
|
<dd></dd>
|
|
<dt><code>vector</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_UnaryNegation_" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_UnaryNegation*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_SPMD_Vector4_2_op_UnaryNegation_Misaki_HighPerformance_Mathematics_SPMD_Vector4__0__1___" data-uid="Misaki.HighPerformance.Mathematics.SPMD.Vector4`2.op_UnaryNegation(Misaki.HighPerformance.Mathematics.SPMD.Vector4{`0,`1}@)">
|
|
operator -(in Vector4<TLane, TNumber>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4<TLane, TNumber> operator -(in Vector4<TLane, TNumber> vector)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>vector</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.SPMD.Vector4-2.html">Vector4</a><TLane, TNumber></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</article>
|
|
|
|
<div class="contribution d-print-none">
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
<div class="affix">
|
|
<nav id="affix"></nav>
|
|
</div>
|
|
</main>
|
|
|
|
<div class="container-xxl search-results" id="search-results"></div>
|
|
|
|
<footer class="border-top text-secondary">
|
|
<div class="container-xxl">
|
|
<div class="flex-fill">
|
|
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|