13629 lines
302 KiB
HTML
13629 lines
302 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Struct int4 | Misaki.HighPerformance </title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="title" content="Struct int4 | 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.int4">
|
|
|
|
|
|
|
|
<h1 id="Misaki_HighPerformance_Mathematics_int4" data-uid="Misaki.HighPerformance.Mathematics.int4" class="text-break">
|
|
Struct int4
|
|
</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></dd></dl>
|
|
<dl><dt>Assembly</dt><dd>Misaki.HighPerformance.Mathematics.dll</dd></dl>
|
|
</div>
|
|
|
|
<div class="markdown summary"></div>
|
|
<div class="markdown conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[NumericType(typeof(int), 4, 4, 1, "global::Misaki.HighPerformance.Mathematics.int", true, true, null, null)]
|
|
[NumericConvertable("(int){v}.{c}", new Type[] { typeof(uint4), typeof(float4), typeof(double4), typeof(bool4) })]
|
|
[NumericConvertable("(int){v}", new Type[] { typeof(uint), typeof(float), typeof(double) })]
|
|
public struct int4 : IEquatable<int4></code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<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.int4.html">int4</a>></div>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
<dl class="typelist inheritedMembers">
|
|
<dt>Inherited Members</dt>
|
|
<dd>
|
|
<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>
|
|
|
|
<dl class="typelist extensionMethods">
|
|
<dt>Extension Methods</dt>
|
|
<dd>
|
|
<div>
|
|
<a class="xref" href="Misaki.HighPerformance.Mathematics.VectorInterop.html#Misaki_HighPerformance_Mathematics_VectorInterop_AsVector128_Misaki_HighPerformance_Mathematics_int4_">VectorInterop.AsVector128(int4)</a>
|
|
</div>
|
|
</dd></dl>
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="section" id="constructors">Constructors
|
|
</h2>
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4__ctor_Misaki_HighPerformance_Mathematics_bool4_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor(Misaki.HighPerformance.Mathematics.bool4)">
|
|
int4(bool4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int4(bool4 v)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4__ctor_Misaki_HighPerformance_Mathematics_double4_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor(Misaki.HighPerformance.Mathematics.double4)">
|
|
int4(double4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int4(double4 v)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.double4.html">double4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4__ctor_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor(Misaki.HighPerformance.Mathematics.float4)">
|
|
int4(float4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int4(float4 v)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4__ctor_Misaki_HighPerformance_Mathematics_int2_Misaki_HighPerformance_Mathematics_int2_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor(Misaki.HighPerformance.Mathematics.int2,Misaki.HighPerformance.Mathematics.int2)">
|
|
int4(int2, int2)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int4(int2 xy, int2 zw)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>xy</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
<dt><code>zw</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4__ctor_Misaki_HighPerformance_Mathematics_int2_System_Int32_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor(Misaki.HighPerformance.Mathematics.int2,System.Int32,System.Int32)">
|
|
int4(int2, int, int)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int4(int2 xy, int z, int w)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>xy</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
<dt><code>z</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
<dt><code>w</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4__ctor_Misaki_HighPerformance_Mathematics_int3_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor(Misaki.HighPerformance.Mathematics.int3,System.Int32)">
|
|
int4(int3, int)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int4(int3 xyz, int w)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>xyz</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
<dt><code>w</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4__ctor_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor(Misaki.HighPerformance.Mathematics.uint4)">
|
|
int4(uint4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int4(uint4 v)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4__ctor_System_Double_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor(System.Double)">
|
|
int4(double)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int4(double v)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>v</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4__ctor_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor(System.Int32)">
|
|
int4(int)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int4(int value)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>value</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4__ctor_System_Int32_Misaki_HighPerformance_Mathematics_int2_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor(System.Int32,Misaki.HighPerformance.Mathematics.int2,System.Int32)">
|
|
int4(int, int2, int)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int4(int x, int2 yz, int w)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>x</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
<dt><code>yz</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
<dt><code>w</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4__ctor_System_Int32_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor(System.Int32,Misaki.HighPerformance.Mathematics.int3)">
|
|
int4(int, int3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int4(int x, int3 yzw)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>x</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
<dt><code>yzw</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4__ctor_System_Int32_System_Int32_Misaki_HighPerformance_Mathematics_int2_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor(System.Int32,System.Int32,Misaki.HighPerformance.Mathematics.int2)">
|
|
int4(int, int, int2)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int4(int x, int y, int2 zw)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>x</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
<dt><code>y</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
<dt><code>zw</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4__ctor_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
|
|
int4(int, int, int, int)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int4(int x, int y, int z, int w)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>x</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
<dt><code>y</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
<dt><code>z</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
<dt><code>w</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4__ctor_System_ReadOnlySpan_System_Int32__" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor(System.ReadOnlySpan{System.Int32})">
|
|
int4(ReadOnlySpan<int>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int4(ReadOnlySpan<int> values)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>values</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.readonlyspan-1">ReadOnlySpan</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4__ctor_System_Single_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor(System.Single)">
|
|
int4(float)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int4(float v)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>v</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4__ctor_System_UInt32_" data-uid="Misaki.HighPerformance.Mathematics.int4.#ctor(System.UInt32)">
|
|
int4(uint)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int4(uint v)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>v</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="section" id="fields">Fields
|
|
</h2>
|
|
|
|
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4___v" data-uid="Misaki.HighPerformance.Mathematics.int4.__v">
|
|
__v
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public Vector128<int> __v</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Field Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.intrinsics.vector128-1">Vector128</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_w" data-uid="Misaki.HighPerformance.Mathematics.int4.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 int w</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Field Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_x" data-uid="Misaki.HighPerformance.Mathematics.int4.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 int x</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Field Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_y" data-uid="Misaki.HighPerformance.Mathematics.int4.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 int y</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Field Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_z" data-uid="Misaki.HighPerformance.Mathematics.int4.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 int z</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Field Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="section" id="properties">Properties
|
|
</h2>
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_Item_" data-uid="Misaki.HighPerformance.Mathematics.int4.Item*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_Item_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.int4.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 ref int 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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_one_" data-uid="Misaki.HighPerformance.Mathematics.int4.one*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_one" data-uid="Misaki.HighPerformance.Mathematics.int4.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 int4 one { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_unitW_" data-uid="Misaki.HighPerformance.Mathematics.int4.unitW*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_unitW" data-uid="Misaki.HighPerformance.Mathematics.int4.unitW">
|
|
unitW
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 unitW { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_unitX_" data-uid="Misaki.HighPerformance.Mathematics.int4.unitX*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_unitX" data-uid="Misaki.HighPerformance.Mathematics.int4.unitX">
|
|
unitX
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 unitX { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_unitY_" data-uid="Misaki.HighPerformance.Mathematics.int4.unitY*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_unitY" data-uid="Misaki.HighPerformance.Mathematics.int4.unitY">
|
|
unitY
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 unitY { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_unitZ_" data-uid="Misaki.HighPerformance.Mathematics.int4.unitZ*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_unitZ" data-uid="Misaki.HighPerformance.Mathematics.int4.unitZ">
|
|
unitZ
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 unitZ { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_ww_" data-uid="Misaki.HighPerformance.Mathematics.int4.ww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_ww" data-uid="Misaki.HighPerformance.Mathematics.int4.ww">
|
|
ww
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int2 ww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_www_" data-uid="Misaki.HighPerformance.Mathematics.int4.www*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_www" data-uid="Misaki.HighPerformance.Mathematics.int4.www">
|
|
www
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 www { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wwww_" data-uid="Misaki.HighPerformance.Mathematics.int4.wwww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wwww" data-uid="Misaki.HighPerformance.Mathematics.int4.wwww">
|
|
wwww
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wwww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wwwx_" data-uid="Misaki.HighPerformance.Mathematics.int4.wwwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wwwx" data-uid="Misaki.HighPerformance.Mathematics.int4.wwwx">
|
|
wwwx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wwwx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wwwy_" data-uid="Misaki.HighPerformance.Mathematics.int4.wwwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wwwy" data-uid="Misaki.HighPerformance.Mathematics.int4.wwwy">
|
|
wwwy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wwwy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wwwz_" data-uid="Misaki.HighPerformance.Mathematics.int4.wwwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wwwz" data-uid="Misaki.HighPerformance.Mathematics.int4.wwwz">
|
|
wwwz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wwwz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wwx_" data-uid="Misaki.HighPerformance.Mathematics.int4.wwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wwx" data-uid="Misaki.HighPerformance.Mathematics.int4.wwx">
|
|
wwx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 wwx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wwxw_" data-uid="Misaki.HighPerformance.Mathematics.int4.wwxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wwxw" data-uid="Misaki.HighPerformance.Mathematics.int4.wwxw">
|
|
wwxw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wwxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wwxx_" data-uid="Misaki.HighPerformance.Mathematics.int4.wwxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wwxx" data-uid="Misaki.HighPerformance.Mathematics.int4.wwxx">
|
|
wwxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wwxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wwxy_" data-uid="Misaki.HighPerformance.Mathematics.int4.wwxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wwxy" data-uid="Misaki.HighPerformance.Mathematics.int4.wwxy">
|
|
wwxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wwxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wwxz_" data-uid="Misaki.HighPerformance.Mathematics.int4.wwxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wwxz" data-uid="Misaki.HighPerformance.Mathematics.int4.wwxz">
|
|
wwxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wwxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wwy_" data-uid="Misaki.HighPerformance.Mathematics.int4.wwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wwy" data-uid="Misaki.HighPerformance.Mathematics.int4.wwy">
|
|
wwy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 wwy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wwyw_" data-uid="Misaki.HighPerformance.Mathematics.int4.wwyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wwyw" data-uid="Misaki.HighPerformance.Mathematics.int4.wwyw">
|
|
wwyw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wwyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wwyx_" data-uid="Misaki.HighPerformance.Mathematics.int4.wwyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wwyx" data-uid="Misaki.HighPerformance.Mathematics.int4.wwyx">
|
|
wwyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wwyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wwyy_" data-uid="Misaki.HighPerformance.Mathematics.int4.wwyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wwyy" data-uid="Misaki.HighPerformance.Mathematics.int4.wwyy">
|
|
wwyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wwyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wwyz_" data-uid="Misaki.HighPerformance.Mathematics.int4.wwyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wwyz" data-uid="Misaki.HighPerformance.Mathematics.int4.wwyz">
|
|
wwyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wwyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wwz_" data-uid="Misaki.HighPerformance.Mathematics.int4.wwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wwz" data-uid="Misaki.HighPerformance.Mathematics.int4.wwz">
|
|
wwz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 wwz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wwzw_" data-uid="Misaki.HighPerformance.Mathematics.int4.wwzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wwzw" data-uid="Misaki.HighPerformance.Mathematics.int4.wwzw">
|
|
wwzw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wwzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wwzx_" data-uid="Misaki.HighPerformance.Mathematics.int4.wwzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wwzx" data-uid="Misaki.HighPerformance.Mathematics.int4.wwzx">
|
|
wwzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wwzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wwzy_" data-uid="Misaki.HighPerformance.Mathematics.int4.wwzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wwzy" data-uid="Misaki.HighPerformance.Mathematics.int4.wwzy">
|
|
wwzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wwzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wwzz_" data-uid="Misaki.HighPerformance.Mathematics.int4.wwzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wwzz" data-uid="Misaki.HighPerformance.Mathematics.int4.wwzz">
|
|
wwzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wwzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wx_" data-uid="Misaki.HighPerformance.Mathematics.int4.wx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wx" data-uid="Misaki.HighPerformance.Mathematics.int4.wx">
|
|
wx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int2 wx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wxw_" data-uid="Misaki.HighPerformance.Mathematics.int4.wxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wxw" data-uid="Misaki.HighPerformance.Mathematics.int4.wxw">
|
|
wxw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 wxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wxww_" data-uid="Misaki.HighPerformance.Mathematics.int4.wxww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wxww" data-uid="Misaki.HighPerformance.Mathematics.int4.wxww">
|
|
wxww
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wxww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wxwx_" data-uid="Misaki.HighPerformance.Mathematics.int4.wxwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wxwx" data-uid="Misaki.HighPerformance.Mathematics.int4.wxwx">
|
|
wxwx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wxwx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wxwy_" data-uid="Misaki.HighPerformance.Mathematics.int4.wxwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wxwy" data-uid="Misaki.HighPerformance.Mathematics.int4.wxwy">
|
|
wxwy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wxwy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wxwz_" data-uid="Misaki.HighPerformance.Mathematics.int4.wxwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wxwz" data-uid="Misaki.HighPerformance.Mathematics.int4.wxwz">
|
|
wxwz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wxwz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wxx_" data-uid="Misaki.HighPerformance.Mathematics.int4.wxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wxx" data-uid="Misaki.HighPerformance.Mathematics.int4.wxx">
|
|
wxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 wxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wxxw_" data-uid="Misaki.HighPerformance.Mathematics.int4.wxxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wxxw" data-uid="Misaki.HighPerformance.Mathematics.int4.wxxw">
|
|
wxxw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wxxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wxxx_" data-uid="Misaki.HighPerformance.Mathematics.int4.wxxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wxxx" data-uid="Misaki.HighPerformance.Mathematics.int4.wxxx">
|
|
wxxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wxxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wxxy_" data-uid="Misaki.HighPerformance.Mathematics.int4.wxxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wxxy" data-uid="Misaki.HighPerformance.Mathematics.int4.wxxy">
|
|
wxxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wxxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wxxz_" data-uid="Misaki.HighPerformance.Mathematics.int4.wxxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wxxz" data-uid="Misaki.HighPerformance.Mathematics.int4.wxxz">
|
|
wxxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wxxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wxy_" data-uid="Misaki.HighPerformance.Mathematics.int4.wxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wxy" data-uid="Misaki.HighPerformance.Mathematics.int4.wxy">
|
|
wxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 wxy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wxyw_" data-uid="Misaki.HighPerformance.Mathematics.int4.wxyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wxyw" data-uid="Misaki.HighPerformance.Mathematics.int4.wxyw">
|
|
wxyw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wxyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wxyx_" data-uid="Misaki.HighPerformance.Mathematics.int4.wxyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wxyx" data-uid="Misaki.HighPerformance.Mathematics.int4.wxyx">
|
|
wxyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wxyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wxyy_" data-uid="Misaki.HighPerformance.Mathematics.int4.wxyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wxyy" data-uid="Misaki.HighPerformance.Mathematics.int4.wxyy">
|
|
wxyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wxyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wxyz_" data-uid="Misaki.HighPerformance.Mathematics.int4.wxyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wxyz" data-uid="Misaki.HighPerformance.Mathematics.int4.wxyz">
|
|
wxyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int4 wxyz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wxz_" data-uid="Misaki.HighPerformance.Mathematics.int4.wxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wxz" data-uid="Misaki.HighPerformance.Mathematics.int4.wxz">
|
|
wxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 wxz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wxzw_" data-uid="Misaki.HighPerformance.Mathematics.int4.wxzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wxzw" data-uid="Misaki.HighPerformance.Mathematics.int4.wxzw">
|
|
wxzw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wxzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wxzx_" data-uid="Misaki.HighPerformance.Mathematics.int4.wxzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wxzx" data-uid="Misaki.HighPerformance.Mathematics.int4.wxzx">
|
|
wxzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wxzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wxzy_" data-uid="Misaki.HighPerformance.Mathematics.int4.wxzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wxzy" data-uid="Misaki.HighPerformance.Mathematics.int4.wxzy">
|
|
wxzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int4 wxzy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wxzz_" data-uid="Misaki.HighPerformance.Mathematics.int4.wxzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wxzz" data-uid="Misaki.HighPerformance.Mathematics.int4.wxzz">
|
|
wxzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wxzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wy_" data-uid="Misaki.HighPerformance.Mathematics.int4.wy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wy" data-uid="Misaki.HighPerformance.Mathematics.int4.wy">
|
|
wy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int2 wy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wyw_" data-uid="Misaki.HighPerformance.Mathematics.int4.wyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wyw" data-uid="Misaki.HighPerformance.Mathematics.int4.wyw">
|
|
wyw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 wyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wyww_" data-uid="Misaki.HighPerformance.Mathematics.int4.wyww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wyww" data-uid="Misaki.HighPerformance.Mathematics.int4.wyww">
|
|
wyww
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wyww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wywx_" data-uid="Misaki.HighPerformance.Mathematics.int4.wywx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wywx" data-uid="Misaki.HighPerformance.Mathematics.int4.wywx">
|
|
wywx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wywx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wywy_" data-uid="Misaki.HighPerformance.Mathematics.int4.wywy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wywy" data-uid="Misaki.HighPerformance.Mathematics.int4.wywy">
|
|
wywy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wywy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wywz_" data-uid="Misaki.HighPerformance.Mathematics.int4.wywz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wywz" data-uid="Misaki.HighPerformance.Mathematics.int4.wywz">
|
|
wywz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wywz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wyx_" data-uid="Misaki.HighPerformance.Mathematics.int4.wyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wyx" data-uid="Misaki.HighPerformance.Mathematics.int4.wyx">
|
|
wyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 wyx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wyxw_" data-uid="Misaki.HighPerformance.Mathematics.int4.wyxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wyxw" data-uid="Misaki.HighPerformance.Mathematics.int4.wyxw">
|
|
wyxw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wyxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wyxx_" data-uid="Misaki.HighPerformance.Mathematics.int4.wyxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wyxx" data-uid="Misaki.HighPerformance.Mathematics.int4.wyxx">
|
|
wyxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wyxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wyxy_" data-uid="Misaki.HighPerformance.Mathematics.int4.wyxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wyxy" data-uid="Misaki.HighPerformance.Mathematics.int4.wyxy">
|
|
wyxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wyxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wyxz_" data-uid="Misaki.HighPerformance.Mathematics.int4.wyxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wyxz" data-uid="Misaki.HighPerformance.Mathematics.int4.wyxz">
|
|
wyxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int4 wyxz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wyy_" data-uid="Misaki.HighPerformance.Mathematics.int4.wyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wyy" data-uid="Misaki.HighPerformance.Mathematics.int4.wyy">
|
|
wyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 wyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wyyw_" data-uid="Misaki.HighPerformance.Mathematics.int4.wyyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wyyw" data-uid="Misaki.HighPerformance.Mathematics.int4.wyyw">
|
|
wyyw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wyyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wyyx_" data-uid="Misaki.HighPerformance.Mathematics.int4.wyyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wyyx" data-uid="Misaki.HighPerformance.Mathematics.int4.wyyx">
|
|
wyyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wyyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wyyy_" data-uid="Misaki.HighPerformance.Mathematics.int4.wyyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wyyy" data-uid="Misaki.HighPerformance.Mathematics.int4.wyyy">
|
|
wyyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wyyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wyyz_" data-uid="Misaki.HighPerformance.Mathematics.int4.wyyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wyyz" data-uid="Misaki.HighPerformance.Mathematics.int4.wyyz">
|
|
wyyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wyyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wyz_" data-uid="Misaki.HighPerformance.Mathematics.int4.wyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wyz" data-uid="Misaki.HighPerformance.Mathematics.int4.wyz">
|
|
wyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 wyz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wyzw_" data-uid="Misaki.HighPerformance.Mathematics.int4.wyzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wyzw" data-uid="Misaki.HighPerformance.Mathematics.int4.wyzw">
|
|
wyzw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wyzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wyzx_" data-uid="Misaki.HighPerformance.Mathematics.int4.wyzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wyzx" data-uid="Misaki.HighPerformance.Mathematics.int4.wyzx">
|
|
wyzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int4 wyzx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wyzy_" data-uid="Misaki.HighPerformance.Mathematics.int4.wyzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wyzy" data-uid="Misaki.HighPerformance.Mathematics.int4.wyzy">
|
|
wyzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wyzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wyzz_" data-uid="Misaki.HighPerformance.Mathematics.int4.wyzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wyzz" data-uid="Misaki.HighPerformance.Mathematics.int4.wyzz">
|
|
wyzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wyzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wz_" data-uid="Misaki.HighPerformance.Mathematics.int4.wz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wz" data-uid="Misaki.HighPerformance.Mathematics.int4.wz">
|
|
wz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int2 wz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wzw_" data-uid="Misaki.HighPerformance.Mathematics.int4.wzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wzw" data-uid="Misaki.HighPerformance.Mathematics.int4.wzw">
|
|
wzw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 wzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wzww_" data-uid="Misaki.HighPerformance.Mathematics.int4.wzww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wzww" data-uid="Misaki.HighPerformance.Mathematics.int4.wzww">
|
|
wzww
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wzww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wzwx_" data-uid="Misaki.HighPerformance.Mathematics.int4.wzwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wzwx" data-uid="Misaki.HighPerformance.Mathematics.int4.wzwx">
|
|
wzwx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wzwx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wzwy_" data-uid="Misaki.HighPerformance.Mathematics.int4.wzwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wzwy" data-uid="Misaki.HighPerformance.Mathematics.int4.wzwy">
|
|
wzwy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wzwy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wzwz_" data-uid="Misaki.HighPerformance.Mathematics.int4.wzwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wzwz" data-uid="Misaki.HighPerformance.Mathematics.int4.wzwz">
|
|
wzwz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wzwz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wzx_" data-uid="Misaki.HighPerformance.Mathematics.int4.wzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wzx" data-uid="Misaki.HighPerformance.Mathematics.int4.wzx">
|
|
wzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 wzx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wzxw_" data-uid="Misaki.HighPerformance.Mathematics.int4.wzxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wzxw" data-uid="Misaki.HighPerformance.Mathematics.int4.wzxw">
|
|
wzxw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wzxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wzxx_" data-uid="Misaki.HighPerformance.Mathematics.int4.wzxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wzxx" data-uid="Misaki.HighPerformance.Mathematics.int4.wzxx">
|
|
wzxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wzxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wzxy_" data-uid="Misaki.HighPerformance.Mathematics.int4.wzxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wzxy" data-uid="Misaki.HighPerformance.Mathematics.int4.wzxy">
|
|
wzxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int4 wzxy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wzxz_" data-uid="Misaki.HighPerformance.Mathematics.int4.wzxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wzxz" data-uid="Misaki.HighPerformance.Mathematics.int4.wzxz">
|
|
wzxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wzxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wzy_" data-uid="Misaki.HighPerformance.Mathematics.int4.wzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wzy" data-uid="Misaki.HighPerformance.Mathematics.int4.wzy">
|
|
wzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 wzy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wzyw_" data-uid="Misaki.HighPerformance.Mathematics.int4.wzyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wzyw" data-uid="Misaki.HighPerformance.Mathematics.int4.wzyw">
|
|
wzyw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wzyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wzyx_" data-uid="Misaki.HighPerformance.Mathematics.int4.wzyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wzyx" data-uid="Misaki.HighPerformance.Mathematics.int4.wzyx">
|
|
wzyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int4 wzyx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wzyy_" data-uid="Misaki.HighPerformance.Mathematics.int4.wzyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wzyy" data-uid="Misaki.HighPerformance.Mathematics.int4.wzyy">
|
|
wzyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wzyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wzyz_" data-uid="Misaki.HighPerformance.Mathematics.int4.wzyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wzyz" data-uid="Misaki.HighPerformance.Mathematics.int4.wzyz">
|
|
wzyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wzyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wzz_" data-uid="Misaki.HighPerformance.Mathematics.int4.wzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wzz" data-uid="Misaki.HighPerformance.Mathematics.int4.wzz">
|
|
wzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 wzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wzzw_" data-uid="Misaki.HighPerformance.Mathematics.int4.wzzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wzzw" data-uid="Misaki.HighPerformance.Mathematics.int4.wzzw">
|
|
wzzw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wzzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wzzx_" data-uid="Misaki.HighPerformance.Mathematics.int4.wzzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wzzx" data-uid="Misaki.HighPerformance.Mathematics.int4.wzzx">
|
|
wzzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wzzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wzzy_" data-uid="Misaki.HighPerformance.Mathematics.int4.wzzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wzzy" data-uid="Misaki.HighPerformance.Mathematics.int4.wzzy">
|
|
wzzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wzzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_wzzz_" data-uid="Misaki.HighPerformance.Mathematics.int4.wzzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_wzzz" data-uid="Misaki.HighPerformance.Mathematics.int4.wzzz">
|
|
wzzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 wzzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xw_" data-uid="Misaki.HighPerformance.Mathematics.int4.xw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xw" data-uid="Misaki.HighPerformance.Mathematics.int4.xw">
|
|
xw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int2 xw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xww_" data-uid="Misaki.HighPerformance.Mathematics.int4.xww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xww" data-uid="Misaki.HighPerformance.Mathematics.int4.xww">
|
|
xww
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 xww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xwww_" data-uid="Misaki.HighPerformance.Mathematics.int4.xwww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xwww" data-uid="Misaki.HighPerformance.Mathematics.int4.xwww">
|
|
xwww
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xwww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xwwx_" data-uid="Misaki.HighPerformance.Mathematics.int4.xwwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xwwx" data-uid="Misaki.HighPerformance.Mathematics.int4.xwwx">
|
|
xwwx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xwwx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xwwy_" data-uid="Misaki.HighPerformance.Mathematics.int4.xwwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xwwy" data-uid="Misaki.HighPerformance.Mathematics.int4.xwwy">
|
|
xwwy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xwwy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xwwz_" data-uid="Misaki.HighPerformance.Mathematics.int4.xwwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xwwz" data-uid="Misaki.HighPerformance.Mathematics.int4.xwwz">
|
|
xwwz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xwwz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xwx_" data-uid="Misaki.HighPerformance.Mathematics.int4.xwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xwx" data-uid="Misaki.HighPerformance.Mathematics.int4.xwx">
|
|
xwx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 xwx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xwxw_" data-uid="Misaki.HighPerformance.Mathematics.int4.xwxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xwxw" data-uid="Misaki.HighPerformance.Mathematics.int4.xwxw">
|
|
xwxw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xwxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xwxx_" data-uid="Misaki.HighPerformance.Mathematics.int4.xwxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xwxx" data-uid="Misaki.HighPerformance.Mathematics.int4.xwxx">
|
|
xwxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xwxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xwxy_" data-uid="Misaki.HighPerformance.Mathematics.int4.xwxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xwxy" data-uid="Misaki.HighPerformance.Mathematics.int4.xwxy">
|
|
xwxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xwxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xwxz_" data-uid="Misaki.HighPerformance.Mathematics.int4.xwxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xwxz" data-uid="Misaki.HighPerformance.Mathematics.int4.xwxz">
|
|
xwxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xwxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xwy_" data-uid="Misaki.HighPerformance.Mathematics.int4.xwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xwy" data-uid="Misaki.HighPerformance.Mathematics.int4.xwy">
|
|
xwy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 xwy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xwyw_" data-uid="Misaki.HighPerformance.Mathematics.int4.xwyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xwyw" data-uid="Misaki.HighPerformance.Mathematics.int4.xwyw">
|
|
xwyw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xwyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xwyx_" data-uid="Misaki.HighPerformance.Mathematics.int4.xwyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xwyx" data-uid="Misaki.HighPerformance.Mathematics.int4.xwyx">
|
|
xwyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xwyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xwyy_" data-uid="Misaki.HighPerformance.Mathematics.int4.xwyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xwyy" data-uid="Misaki.HighPerformance.Mathematics.int4.xwyy">
|
|
xwyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xwyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xwyz_" data-uid="Misaki.HighPerformance.Mathematics.int4.xwyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xwyz" data-uid="Misaki.HighPerformance.Mathematics.int4.xwyz">
|
|
xwyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int4 xwyz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xwz_" data-uid="Misaki.HighPerformance.Mathematics.int4.xwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xwz" data-uid="Misaki.HighPerformance.Mathematics.int4.xwz">
|
|
xwz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 xwz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xwzw_" data-uid="Misaki.HighPerformance.Mathematics.int4.xwzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xwzw" data-uid="Misaki.HighPerformance.Mathematics.int4.xwzw">
|
|
xwzw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xwzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xwzx_" data-uid="Misaki.HighPerformance.Mathematics.int4.xwzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xwzx" data-uid="Misaki.HighPerformance.Mathematics.int4.xwzx">
|
|
xwzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xwzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xwzy_" data-uid="Misaki.HighPerformance.Mathematics.int4.xwzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xwzy" data-uid="Misaki.HighPerformance.Mathematics.int4.xwzy">
|
|
xwzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int4 xwzy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xwzz_" data-uid="Misaki.HighPerformance.Mathematics.int4.xwzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xwzz" data-uid="Misaki.HighPerformance.Mathematics.int4.xwzz">
|
|
xwzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xwzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xx_" data-uid="Misaki.HighPerformance.Mathematics.int4.xx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xx" data-uid="Misaki.HighPerformance.Mathematics.int4.xx">
|
|
xx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int2 xx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xxw_" data-uid="Misaki.HighPerformance.Mathematics.int4.xxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xxw" data-uid="Misaki.HighPerformance.Mathematics.int4.xxw">
|
|
xxw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 xxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xxww_" data-uid="Misaki.HighPerformance.Mathematics.int4.xxww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xxww" data-uid="Misaki.HighPerformance.Mathematics.int4.xxww">
|
|
xxww
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xxww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xxwx_" data-uid="Misaki.HighPerformance.Mathematics.int4.xxwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xxwx" data-uid="Misaki.HighPerformance.Mathematics.int4.xxwx">
|
|
xxwx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xxwx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xxwy_" data-uid="Misaki.HighPerformance.Mathematics.int4.xxwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xxwy" data-uid="Misaki.HighPerformance.Mathematics.int4.xxwy">
|
|
xxwy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xxwy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xxwz_" data-uid="Misaki.HighPerformance.Mathematics.int4.xxwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xxwz" data-uid="Misaki.HighPerformance.Mathematics.int4.xxwz">
|
|
xxwz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xxwz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xxx_" data-uid="Misaki.HighPerformance.Mathematics.int4.xxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xxx" data-uid="Misaki.HighPerformance.Mathematics.int4.xxx">
|
|
xxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 xxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xxxw_" data-uid="Misaki.HighPerformance.Mathematics.int4.xxxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xxxw" data-uid="Misaki.HighPerformance.Mathematics.int4.xxxw">
|
|
xxxw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xxxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xxxx_" data-uid="Misaki.HighPerformance.Mathematics.int4.xxxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xxxx" data-uid="Misaki.HighPerformance.Mathematics.int4.xxxx">
|
|
xxxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xxxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xxxy_" data-uid="Misaki.HighPerformance.Mathematics.int4.xxxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xxxy" data-uid="Misaki.HighPerformance.Mathematics.int4.xxxy">
|
|
xxxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xxxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xxxz_" data-uid="Misaki.HighPerformance.Mathematics.int4.xxxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xxxz" data-uid="Misaki.HighPerformance.Mathematics.int4.xxxz">
|
|
xxxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xxxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xxy_" data-uid="Misaki.HighPerformance.Mathematics.int4.xxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xxy" data-uid="Misaki.HighPerformance.Mathematics.int4.xxy">
|
|
xxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 xxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xxyw_" data-uid="Misaki.HighPerformance.Mathematics.int4.xxyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xxyw" data-uid="Misaki.HighPerformance.Mathematics.int4.xxyw">
|
|
xxyw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xxyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xxyx_" data-uid="Misaki.HighPerformance.Mathematics.int4.xxyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xxyx" data-uid="Misaki.HighPerformance.Mathematics.int4.xxyx">
|
|
xxyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xxyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xxyy_" data-uid="Misaki.HighPerformance.Mathematics.int4.xxyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xxyy" data-uid="Misaki.HighPerformance.Mathematics.int4.xxyy">
|
|
xxyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xxyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xxyz_" data-uid="Misaki.HighPerformance.Mathematics.int4.xxyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xxyz" data-uid="Misaki.HighPerformance.Mathematics.int4.xxyz">
|
|
xxyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xxyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xxz_" data-uid="Misaki.HighPerformance.Mathematics.int4.xxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xxz" data-uid="Misaki.HighPerformance.Mathematics.int4.xxz">
|
|
xxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 xxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xxzw_" data-uid="Misaki.HighPerformance.Mathematics.int4.xxzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xxzw" data-uid="Misaki.HighPerformance.Mathematics.int4.xxzw">
|
|
xxzw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xxzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xxzx_" data-uid="Misaki.HighPerformance.Mathematics.int4.xxzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xxzx" data-uid="Misaki.HighPerformance.Mathematics.int4.xxzx">
|
|
xxzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xxzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xxzy_" data-uid="Misaki.HighPerformance.Mathematics.int4.xxzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xxzy" data-uid="Misaki.HighPerformance.Mathematics.int4.xxzy">
|
|
xxzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xxzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xxzz_" data-uid="Misaki.HighPerformance.Mathematics.int4.xxzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xxzz" data-uid="Misaki.HighPerformance.Mathematics.int4.xxzz">
|
|
xxzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xxzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xy_" data-uid="Misaki.HighPerformance.Mathematics.int4.xy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xy" data-uid="Misaki.HighPerformance.Mathematics.int4.xy">
|
|
xy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int2 xy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xyw_" data-uid="Misaki.HighPerformance.Mathematics.int4.xyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xyw" data-uid="Misaki.HighPerformance.Mathematics.int4.xyw">
|
|
xyw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 xyw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xyww_" data-uid="Misaki.HighPerformance.Mathematics.int4.xyww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xyww" data-uid="Misaki.HighPerformance.Mathematics.int4.xyww">
|
|
xyww
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xyww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xywx_" data-uid="Misaki.HighPerformance.Mathematics.int4.xywx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xywx" data-uid="Misaki.HighPerformance.Mathematics.int4.xywx">
|
|
xywx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xywx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xywy_" data-uid="Misaki.HighPerformance.Mathematics.int4.xywy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xywy" data-uid="Misaki.HighPerformance.Mathematics.int4.xywy">
|
|
xywy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xywy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xywz_" data-uid="Misaki.HighPerformance.Mathematics.int4.xywz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xywz" data-uid="Misaki.HighPerformance.Mathematics.int4.xywz">
|
|
xywz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int4 xywz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xyx_" data-uid="Misaki.HighPerformance.Mathematics.int4.xyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xyx" data-uid="Misaki.HighPerformance.Mathematics.int4.xyx">
|
|
xyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 xyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xyxw_" data-uid="Misaki.HighPerformance.Mathematics.int4.xyxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xyxw" data-uid="Misaki.HighPerformance.Mathematics.int4.xyxw">
|
|
xyxw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xyxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xyxx_" data-uid="Misaki.HighPerformance.Mathematics.int4.xyxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xyxx" data-uid="Misaki.HighPerformance.Mathematics.int4.xyxx">
|
|
xyxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xyxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xyxy_" data-uid="Misaki.HighPerformance.Mathematics.int4.xyxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xyxy" data-uid="Misaki.HighPerformance.Mathematics.int4.xyxy">
|
|
xyxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xyxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xyxz_" data-uid="Misaki.HighPerformance.Mathematics.int4.xyxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xyxz" data-uid="Misaki.HighPerformance.Mathematics.int4.xyxz">
|
|
xyxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xyxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xyy_" data-uid="Misaki.HighPerformance.Mathematics.int4.xyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xyy" data-uid="Misaki.HighPerformance.Mathematics.int4.xyy">
|
|
xyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 xyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xyyw_" data-uid="Misaki.HighPerformance.Mathematics.int4.xyyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xyyw" data-uid="Misaki.HighPerformance.Mathematics.int4.xyyw">
|
|
xyyw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xyyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xyyx_" data-uid="Misaki.HighPerformance.Mathematics.int4.xyyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xyyx" data-uid="Misaki.HighPerformance.Mathematics.int4.xyyx">
|
|
xyyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xyyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xyyy_" data-uid="Misaki.HighPerformance.Mathematics.int4.xyyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xyyy" data-uid="Misaki.HighPerformance.Mathematics.int4.xyyy">
|
|
xyyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xyyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xyyz_" data-uid="Misaki.HighPerformance.Mathematics.int4.xyyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xyyz" data-uid="Misaki.HighPerformance.Mathematics.int4.xyyz">
|
|
xyyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xyyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xyz_" data-uid="Misaki.HighPerformance.Mathematics.int4.xyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xyz" data-uid="Misaki.HighPerformance.Mathematics.int4.xyz">
|
|
xyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 xyz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xyzw_" data-uid="Misaki.HighPerformance.Mathematics.int4.xyzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xyzw" data-uid="Misaki.HighPerformance.Mathematics.int4.xyzw">
|
|
xyzw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int4 xyzw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xyzx_" data-uid="Misaki.HighPerformance.Mathematics.int4.xyzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xyzx" data-uid="Misaki.HighPerformance.Mathematics.int4.xyzx">
|
|
xyzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xyzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xyzy_" data-uid="Misaki.HighPerformance.Mathematics.int4.xyzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xyzy" data-uid="Misaki.HighPerformance.Mathematics.int4.xyzy">
|
|
xyzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xyzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xyzz_" data-uid="Misaki.HighPerformance.Mathematics.int4.xyzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xyzz" data-uid="Misaki.HighPerformance.Mathematics.int4.xyzz">
|
|
xyzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xyzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xz_" data-uid="Misaki.HighPerformance.Mathematics.int4.xz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xz" data-uid="Misaki.HighPerformance.Mathematics.int4.xz">
|
|
xz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int2 xz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xzw_" data-uid="Misaki.HighPerformance.Mathematics.int4.xzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xzw" data-uid="Misaki.HighPerformance.Mathematics.int4.xzw">
|
|
xzw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 xzw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xzww_" data-uid="Misaki.HighPerformance.Mathematics.int4.xzww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xzww" data-uid="Misaki.HighPerformance.Mathematics.int4.xzww">
|
|
xzww
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xzww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xzwx_" data-uid="Misaki.HighPerformance.Mathematics.int4.xzwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xzwx" data-uid="Misaki.HighPerformance.Mathematics.int4.xzwx">
|
|
xzwx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xzwx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xzwy_" data-uid="Misaki.HighPerformance.Mathematics.int4.xzwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xzwy" data-uid="Misaki.HighPerformance.Mathematics.int4.xzwy">
|
|
xzwy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int4 xzwy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xzwz_" data-uid="Misaki.HighPerformance.Mathematics.int4.xzwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xzwz" data-uid="Misaki.HighPerformance.Mathematics.int4.xzwz">
|
|
xzwz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xzwz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xzx_" data-uid="Misaki.HighPerformance.Mathematics.int4.xzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xzx" data-uid="Misaki.HighPerformance.Mathematics.int4.xzx">
|
|
xzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 xzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xzxw_" data-uid="Misaki.HighPerformance.Mathematics.int4.xzxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xzxw" data-uid="Misaki.HighPerformance.Mathematics.int4.xzxw">
|
|
xzxw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xzxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xzxx_" data-uid="Misaki.HighPerformance.Mathematics.int4.xzxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xzxx" data-uid="Misaki.HighPerformance.Mathematics.int4.xzxx">
|
|
xzxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xzxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xzxy_" data-uid="Misaki.HighPerformance.Mathematics.int4.xzxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xzxy" data-uid="Misaki.HighPerformance.Mathematics.int4.xzxy">
|
|
xzxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xzxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xzxz_" data-uid="Misaki.HighPerformance.Mathematics.int4.xzxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xzxz" data-uid="Misaki.HighPerformance.Mathematics.int4.xzxz">
|
|
xzxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xzxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xzy_" data-uid="Misaki.HighPerformance.Mathematics.int4.xzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xzy" data-uid="Misaki.HighPerformance.Mathematics.int4.xzy">
|
|
xzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 xzy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xzyw_" data-uid="Misaki.HighPerformance.Mathematics.int4.xzyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xzyw" data-uid="Misaki.HighPerformance.Mathematics.int4.xzyw">
|
|
xzyw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int4 xzyw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xzyx_" data-uid="Misaki.HighPerformance.Mathematics.int4.xzyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xzyx" data-uid="Misaki.HighPerformance.Mathematics.int4.xzyx">
|
|
xzyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xzyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xzyy_" data-uid="Misaki.HighPerformance.Mathematics.int4.xzyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xzyy" data-uid="Misaki.HighPerformance.Mathematics.int4.xzyy">
|
|
xzyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xzyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xzyz_" data-uid="Misaki.HighPerformance.Mathematics.int4.xzyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xzyz" data-uid="Misaki.HighPerformance.Mathematics.int4.xzyz">
|
|
xzyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xzyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xzz_" data-uid="Misaki.HighPerformance.Mathematics.int4.xzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xzz" data-uid="Misaki.HighPerformance.Mathematics.int4.xzz">
|
|
xzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 xzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xzzw_" data-uid="Misaki.HighPerformance.Mathematics.int4.xzzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xzzw" data-uid="Misaki.HighPerformance.Mathematics.int4.xzzw">
|
|
xzzw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xzzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xzzx_" data-uid="Misaki.HighPerformance.Mathematics.int4.xzzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xzzx" data-uid="Misaki.HighPerformance.Mathematics.int4.xzzx">
|
|
xzzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xzzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xzzy_" data-uid="Misaki.HighPerformance.Mathematics.int4.xzzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xzzy" data-uid="Misaki.HighPerformance.Mathematics.int4.xzzy">
|
|
xzzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xzzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_xzzz_" data-uid="Misaki.HighPerformance.Mathematics.int4.xzzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_xzzz" data-uid="Misaki.HighPerformance.Mathematics.int4.xzzz">
|
|
xzzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xzzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yw_" data-uid="Misaki.HighPerformance.Mathematics.int4.yw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yw" data-uid="Misaki.HighPerformance.Mathematics.int4.yw">
|
|
yw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int2 yw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yww_" data-uid="Misaki.HighPerformance.Mathematics.int4.yww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yww" data-uid="Misaki.HighPerformance.Mathematics.int4.yww">
|
|
yww
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 yww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_ywww_" data-uid="Misaki.HighPerformance.Mathematics.int4.ywww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_ywww" data-uid="Misaki.HighPerformance.Mathematics.int4.ywww">
|
|
ywww
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 ywww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_ywwx_" data-uid="Misaki.HighPerformance.Mathematics.int4.ywwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_ywwx" data-uid="Misaki.HighPerformance.Mathematics.int4.ywwx">
|
|
ywwx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 ywwx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_ywwy_" data-uid="Misaki.HighPerformance.Mathematics.int4.ywwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_ywwy" data-uid="Misaki.HighPerformance.Mathematics.int4.ywwy">
|
|
ywwy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 ywwy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_ywwz_" data-uid="Misaki.HighPerformance.Mathematics.int4.ywwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_ywwz" data-uid="Misaki.HighPerformance.Mathematics.int4.ywwz">
|
|
ywwz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 ywwz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_ywx_" data-uid="Misaki.HighPerformance.Mathematics.int4.ywx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_ywx" data-uid="Misaki.HighPerformance.Mathematics.int4.ywx">
|
|
ywx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 ywx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_ywxw_" data-uid="Misaki.HighPerformance.Mathematics.int4.ywxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_ywxw" data-uid="Misaki.HighPerformance.Mathematics.int4.ywxw">
|
|
ywxw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 ywxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_ywxx_" data-uid="Misaki.HighPerformance.Mathematics.int4.ywxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_ywxx" data-uid="Misaki.HighPerformance.Mathematics.int4.ywxx">
|
|
ywxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 ywxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_ywxy_" data-uid="Misaki.HighPerformance.Mathematics.int4.ywxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_ywxy" data-uid="Misaki.HighPerformance.Mathematics.int4.ywxy">
|
|
ywxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 ywxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_ywxz_" data-uid="Misaki.HighPerformance.Mathematics.int4.ywxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_ywxz" data-uid="Misaki.HighPerformance.Mathematics.int4.ywxz">
|
|
ywxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int4 ywxz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_ywy_" data-uid="Misaki.HighPerformance.Mathematics.int4.ywy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_ywy" data-uid="Misaki.HighPerformance.Mathematics.int4.ywy">
|
|
ywy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 ywy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_ywyw_" data-uid="Misaki.HighPerformance.Mathematics.int4.ywyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_ywyw" data-uid="Misaki.HighPerformance.Mathematics.int4.ywyw">
|
|
ywyw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 ywyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_ywyx_" data-uid="Misaki.HighPerformance.Mathematics.int4.ywyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_ywyx" data-uid="Misaki.HighPerformance.Mathematics.int4.ywyx">
|
|
ywyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 ywyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_ywyy_" data-uid="Misaki.HighPerformance.Mathematics.int4.ywyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_ywyy" data-uid="Misaki.HighPerformance.Mathematics.int4.ywyy">
|
|
ywyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 ywyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_ywyz_" data-uid="Misaki.HighPerformance.Mathematics.int4.ywyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_ywyz" data-uid="Misaki.HighPerformance.Mathematics.int4.ywyz">
|
|
ywyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 ywyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_ywz_" data-uid="Misaki.HighPerformance.Mathematics.int4.ywz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_ywz" data-uid="Misaki.HighPerformance.Mathematics.int4.ywz">
|
|
ywz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 ywz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_ywzw_" data-uid="Misaki.HighPerformance.Mathematics.int4.ywzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_ywzw" data-uid="Misaki.HighPerformance.Mathematics.int4.ywzw">
|
|
ywzw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 ywzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_ywzx_" data-uid="Misaki.HighPerformance.Mathematics.int4.ywzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_ywzx" data-uid="Misaki.HighPerformance.Mathematics.int4.ywzx">
|
|
ywzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int4 ywzx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_ywzy_" data-uid="Misaki.HighPerformance.Mathematics.int4.ywzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_ywzy" data-uid="Misaki.HighPerformance.Mathematics.int4.ywzy">
|
|
ywzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 ywzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_ywzz_" data-uid="Misaki.HighPerformance.Mathematics.int4.ywzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_ywzz" data-uid="Misaki.HighPerformance.Mathematics.int4.ywzz">
|
|
ywzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 ywzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yx_" data-uid="Misaki.HighPerformance.Mathematics.int4.yx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yx" data-uid="Misaki.HighPerformance.Mathematics.int4.yx">
|
|
yx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int2 yx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yxw_" data-uid="Misaki.HighPerformance.Mathematics.int4.yxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yxw" data-uid="Misaki.HighPerformance.Mathematics.int4.yxw">
|
|
yxw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 yxw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yxww_" data-uid="Misaki.HighPerformance.Mathematics.int4.yxww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yxww" data-uid="Misaki.HighPerformance.Mathematics.int4.yxww">
|
|
yxww
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yxww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yxwx_" data-uid="Misaki.HighPerformance.Mathematics.int4.yxwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yxwx" data-uid="Misaki.HighPerformance.Mathematics.int4.yxwx">
|
|
yxwx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yxwx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yxwy_" data-uid="Misaki.HighPerformance.Mathematics.int4.yxwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yxwy" data-uid="Misaki.HighPerformance.Mathematics.int4.yxwy">
|
|
yxwy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yxwy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yxwz_" data-uid="Misaki.HighPerformance.Mathematics.int4.yxwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yxwz" data-uid="Misaki.HighPerformance.Mathematics.int4.yxwz">
|
|
yxwz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int4 yxwz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yxx_" data-uid="Misaki.HighPerformance.Mathematics.int4.yxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yxx" data-uid="Misaki.HighPerformance.Mathematics.int4.yxx">
|
|
yxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 yxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yxxw_" data-uid="Misaki.HighPerformance.Mathematics.int4.yxxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yxxw" data-uid="Misaki.HighPerformance.Mathematics.int4.yxxw">
|
|
yxxw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yxxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yxxx_" data-uid="Misaki.HighPerformance.Mathematics.int4.yxxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yxxx" data-uid="Misaki.HighPerformance.Mathematics.int4.yxxx">
|
|
yxxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yxxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yxxy_" data-uid="Misaki.HighPerformance.Mathematics.int4.yxxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yxxy" data-uid="Misaki.HighPerformance.Mathematics.int4.yxxy">
|
|
yxxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yxxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yxxz_" data-uid="Misaki.HighPerformance.Mathematics.int4.yxxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yxxz" data-uid="Misaki.HighPerformance.Mathematics.int4.yxxz">
|
|
yxxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yxxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yxy_" data-uid="Misaki.HighPerformance.Mathematics.int4.yxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yxy" data-uid="Misaki.HighPerformance.Mathematics.int4.yxy">
|
|
yxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 yxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yxyw_" data-uid="Misaki.HighPerformance.Mathematics.int4.yxyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yxyw" data-uid="Misaki.HighPerformance.Mathematics.int4.yxyw">
|
|
yxyw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yxyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yxyx_" data-uid="Misaki.HighPerformance.Mathematics.int4.yxyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yxyx" data-uid="Misaki.HighPerformance.Mathematics.int4.yxyx">
|
|
yxyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yxyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yxyy_" data-uid="Misaki.HighPerformance.Mathematics.int4.yxyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yxyy" data-uid="Misaki.HighPerformance.Mathematics.int4.yxyy">
|
|
yxyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yxyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yxyz_" data-uid="Misaki.HighPerformance.Mathematics.int4.yxyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yxyz" data-uid="Misaki.HighPerformance.Mathematics.int4.yxyz">
|
|
yxyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yxyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yxz_" data-uid="Misaki.HighPerformance.Mathematics.int4.yxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yxz" data-uid="Misaki.HighPerformance.Mathematics.int4.yxz">
|
|
yxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 yxz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yxzw_" data-uid="Misaki.HighPerformance.Mathematics.int4.yxzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yxzw" data-uid="Misaki.HighPerformance.Mathematics.int4.yxzw">
|
|
yxzw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int4 yxzw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yxzx_" data-uid="Misaki.HighPerformance.Mathematics.int4.yxzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yxzx" data-uid="Misaki.HighPerformance.Mathematics.int4.yxzx">
|
|
yxzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yxzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yxzy_" data-uid="Misaki.HighPerformance.Mathematics.int4.yxzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yxzy" data-uid="Misaki.HighPerformance.Mathematics.int4.yxzy">
|
|
yxzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yxzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yxzz_" data-uid="Misaki.HighPerformance.Mathematics.int4.yxzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yxzz" data-uid="Misaki.HighPerformance.Mathematics.int4.yxzz">
|
|
yxzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yxzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yy_" data-uid="Misaki.HighPerformance.Mathematics.int4.yy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yy" data-uid="Misaki.HighPerformance.Mathematics.int4.yy">
|
|
yy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int2 yy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yyw_" data-uid="Misaki.HighPerformance.Mathematics.int4.yyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yyw" data-uid="Misaki.HighPerformance.Mathematics.int4.yyw">
|
|
yyw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 yyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yyww_" data-uid="Misaki.HighPerformance.Mathematics.int4.yyww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yyww" data-uid="Misaki.HighPerformance.Mathematics.int4.yyww">
|
|
yyww
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yyww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yywx_" data-uid="Misaki.HighPerformance.Mathematics.int4.yywx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yywx" data-uid="Misaki.HighPerformance.Mathematics.int4.yywx">
|
|
yywx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yywx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yywy_" data-uid="Misaki.HighPerformance.Mathematics.int4.yywy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yywy" data-uid="Misaki.HighPerformance.Mathematics.int4.yywy">
|
|
yywy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yywy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yywz_" data-uid="Misaki.HighPerformance.Mathematics.int4.yywz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yywz" data-uid="Misaki.HighPerformance.Mathematics.int4.yywz">
|
|
yywz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yywz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yyx_" data-uid="Misaki.HighPerformance.Mathematics.int4.yyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yyx" data-uid="Misaki.HighPerformance.Mathematics.int4.yyx">
|
|
yyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 yyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yyxw_" data-uid="Misaki.HighPerformance.Mathematics.int4.yyxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yyxw" data-uid="Misaki.HighPerformance.Mathematics.int4.yyxw">
|
|
yyxw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yyxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yyxx_" data-uid="Misaki.HighPerformance.Mathematics.int4.yyxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yyxx" data-uid="Misaki.HighPerformance.Mathematics.int4.yyxx">
|
|
yyxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yyxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yyxy_" data-uid="Misaki.HighPerformance.Mathematics.int4.yyxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yyxy" data-uid="Misaki.HighPerformance.Mathematics.int4.yyxy">
|
|
yyxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yyxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yyxz_" data-uid="Misaki.HighPerformance.Mathematics.int4.yyxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yyxz" data-uid="Misaki.HighPerformance.Mathematics.int4.yyxz">
|
|
yyxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yyxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yyy_" data-uid="Misaki.HighPerformance.Mathematics.int4.yyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yyy" data-uid="Misaki.HighPerformance.Mathematics.int4.yyy">
|
|
yyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 yyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yyyw_" data-uid="Misaki.HighPerformance.Mathematics.int4.yyyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yyyw" data-uid="Misaki.HighPerformance.Mathematics.int4.yyyw">
|
|
yyyw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yyyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yyyx_" data-uid="Misaki.HighPerformance.Mathematics.int4.yyyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yyyx" data-uid="Misaki.HighPerformance.Mathematics.int4.yyyx">
|
|
yyyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yyyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yyyy_" data-uid="Misaki.HighPerformance.Mathematics.int4.yyyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yyyy" data-uid="Misaki.HighPerformance.Mathematics.int4.yyyy">
|
|
yyyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yyyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yyyz_" data-uid="Misaki.HighPerformance.Mathematics.int4.yyyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yyyz" data-uid="Misaki.HighPerformance.Mathematics.int4.yyyz">
|
|
yyyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yyyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yyz_" data-uid="Misaki.HighPerformance.Mathematics.int4.yyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yyz" data-uid="Misaki.HighPerformance.Mathematics.int4.yyz">
|
|
yyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 yyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yyzw_" data-uid="Misaki.HighPerformance.Mathematics.int4.yyzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yyzw" data-uid="Misaki.HighPerformance.Mathematics.int4.yyzw">
|
|
yyzw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yyzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yyzx_" data-uid="Misaki.HighPerformance.Mathematics.int4.yyzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yyzx" data-uid="Misaki.HighPerformance.Mathematics.int4.yyzx">
|
|
yyzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yyzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yyzy_" data-uid="Misaki.HighPerformance.Mathematics.int4.yyzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yyzy" data-uid="Misaki.HighPerformance.Mathematics.int4.yyzy">
|
|
yyzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yyzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yyzz_" data-uid="Misaki.HighPerformance.Mathematics.int4.yyzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yyzz" data-uid="Misaki.HighPerformance.Mathematics.int4.yyzz">
|
|
yyzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yyzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yz_" data-uid="Misaki.HighPerformance.Mathematics.int4.yz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yz" data-uid="Misaki.HighPerformance.Mathematics.int4.yz">
|
|
yz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int2 yz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yzw_" data-uid="Misaki.HighPerformance.Mathematics.int4.yzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yzw" data-uid="Misaki.HighPerformance.Mathematics.int4.yzw">
|
|
yzw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 yzw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yzww_" data-uid="Misaki.HighPerformance.Mathematics.int4.yzww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yzww" data-uid="Misaki.HighPerformance.Mathematics.int4.yzww">
|
|
yzww
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yzww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yzwx_" data-uid="Misaki.HighPerformance.Mathematics.int4.yzwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yzwx" data-uid="Misaki.HighPerformance.Mathematics.int4.yzwx">
|
|
yzwx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int4 yzwx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yzwy_" data-uid="Misaki.HighPerformance.Mathematics.int4.yzwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yzwy" data-uid="Misaki.HighPerformance.Mathematics.int4.yzwy">
|
|
yzwy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yzwy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yzwz_" data-uid="Misaki.HighPerformance.Mathematics.int4.yzwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yzwz" data-uid="Misaki.HighPerformance.Mathematics.int4.yzwz">
|
|
yzwz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yzwz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yzx_" data-uid="Misaki.HighPerformance.Mathematics.int4.yzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yzx" data-uid="Misaki.HighPerformance.Mathematics.int4.yzx">
|
|
yzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 yzx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yzxw_" data-uid="Misaki.HighPerformance.Mathematics.int4.yzxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yzxw" data-uid="Misaki.HighPerformance.Mathematics.int4.yzxw">
|
|
yzxw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int4 yzxw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yzxx_" data-uid="Misaki.HighPerformance.Mathematics.int4.yzxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yzxx" data-uid="Misaki.HighPerformance.Mathematics.int4.yzxx">
|
|
yzxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yzxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yzxy_" data-uid="Misaki.HighPerformance.Mathematics.int4.yzxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yzxy" data-uid="Misaki.HighPerformance.Mathematics.int4.yzxy">
|
|
yzxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yzxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yzxz_" data-uid="Misaki.HighPerformance.Mathematics.int4.yzxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yzxz" data-uid="Misaki.HighPerformance.Mathematics.int4.yzxz">
|
|
yzxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yzxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yzy_" data-uid="Misaki.HighPerformance.Mathematics.int4.yzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yzy" data-uid="Misaki.HighPerformance.Mathematics.int4.yzy">
|
|
yzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 yzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yzyw_" data-uid="Misaki.HighPerformance.Mathematics.int4.yzyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yzyw" data-uid="Misaki.HighPerformance.Mathematics.int4.yzyw">
|
|
yzyw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yzyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yzyx_" data-uid="Misaki.HighPerformance.Mathematics.int4.yzyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yzyx" data-uid="Misaki.HighPerformance.Mathematics.int4.yzyx">
|
|
yzyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yzyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yzyy_" data-uid="Misaki.HighPerformance.Mathematics.int4.yzyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yzyy" data-uid="Misaki.HighPerformance.Mathematics.int4.yzyy">
|
|
yzyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yzyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yzyz_" data-uid="Misaki.HighPerformance.Mathematics.int4.yzyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yzyz" data-uid="Misaki.HighPerformance.Mathematics.int4.yzyz">
|
|
yzyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yzyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yzz_" data-uid="Misaki.HighPerformance.Mathematics.int4.yzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yzz" data-uid="Misaki.HighPerformance.Mathematics.int4.yzz">
|
|
yzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 yzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yzzw_" data-uid="Misaki.HighPerformance.Mathematics.int4.yzzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yzzw" data-uid="Misaki.HighPerformance.Mathematics.int4.yzzw">
|
|
yzzw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yzzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yzzx_" data-uid="Misaki.HighPerformance.Mathematics.int4.yzzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yzzx" data-uid="Misaki.HighPerformance.Mathematics.int4.yzzx">
|
|
yzzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yzzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yzzy_" data-uid="Misaki.HighPerformance.Mathematics.int4.yzzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yzzy" data-uid="Misaki.HighPerformance.Mathematics.int4.yzzy">
|
|
yzzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yzzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_yzzz_" data-uid="Misaki.HighPerformance.Mathematics.int4.yzzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_yzzz" data-uid="Misaki.HighPerformance.Mathematics.int4.yzzz">
|
|
yzzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yzzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zero_" data-uid="Misaki.HighPerformance.Mathematics.int4.zero*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zero" data-uid="Misaki.HighPerformance.Mathematics.int4.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 int4 zero { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zw_" data-uid="Misaki.HighPerformance.Mathematics.int4.zw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zw" data-uid="Misaki.HighPerformance.Mathematics.int4.zw">
|
|
zw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int2 zw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zww_" data-uid="Misaki.HighPerformance.Mathematics.int4.zww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zww" data-uid="Misaki.HighPerformance.Mathematics.int4.zww">
|
|
zww
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 zww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zwww_" data-uid="Misaki.HighPerformance.Mathematics.int4.zwww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zwww" data-uid="Misaki.HighPerformance.Mathematics.int4.zwww">
|
|
zwww
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zwww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zwwx_" data-uid="Misaki.HighPerformance.Mathematics.int4.zwwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zwwx" data-uid="Misaki.HighPerformance.Mathematics.int4.zwwx">
|
|
zwwx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zwwx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zwwy_" data-uid="Misaki.HighPerformance.Mathematics.int4.zwwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zwwy" data-uid="Misaki.HighPerformance.Mathematics.int4.zwwy">
|
|
zwwy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zwwy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zwwz_" data-uid="Misaki.HighPerformance.Mathematics.int4.zwwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zwwz" data-uid="Misaki.HighPerformance.Mathematics.int4.zwwz">
|
|
zwwz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zwwz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zwx_" data-uid="Misaki.HighPerformance.Mathematics.int4.zwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zwx" data-uid="Misaki.HighPerformance.Mathematics.int4.zwx">
|
|
zwx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 zwx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zwxw_" data-uid="Misaki.HighPerformance.Mathematics.int4.zwxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zwxw" data-uid="Misaki.HighPerformance.Mathematics.int4.zwxw">
|
|
zwxw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zwxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zwxx_" data-uid="Misaki.HighPerformance.Mathematics.int4.zwxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zwxx" data-uid="Misaki.HighPerformance.Mathematics.int4.zwxx">
|
|
zwxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zwxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zwxy_" data-uid="Misaki.HighPerformance.Mathematics.int4.zwxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zwxy" data-uid="Misaki.HighPerformance.Mathematics.int4.zwxy">
|
|
zwxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int4 zwxy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zwxz_" data-uid="Misaki.HighPerformance.Mathematics.int4.zwxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zwxz" data-uid="Misaki.HighPerformance.Mathematics.int4.zwxz">
|
|
zwxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zwxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zwy_" data-uid="Misaki.HighPerformance.Mathematics.int4.zwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zwy" data-uid="Misaki.HighPerformance.Mathematics.int4.zwy">
|
|
zwy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 zwy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zwyw_" data-uid="Misaki.HighPerformance.Mathematics.int4.zwyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zwyw" data-uid="Misaki.HighPerformance.Mathematics.int4.zwyw">
|
|
zwyw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zwyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zwyx_" data-uid="Misaki.HighPerformance.Mathematics.int4.zwyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zwyx" data-uid="Misaki.HighPerformance.Mathematics.int4.zwyx">
|
|
zwyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int4 zwyx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zwyy_" data-uid="Misaki.HighPerformance.Mathematics.int4.zwyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zwyy" data-uid="Misaki.HighPerformance.Mathematics.int4.zwyy">
|
|
zwyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zwyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zwyz_" data-uid="Misaki.HighPerformance.Mathematics.int4.zwyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zwyz" data-uid="Misaki.HighPerformance.Mathematics.int4.zwyz">
|
|
zwyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zwyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zwz_" data-uid="Misaki.HighPerformance.Mathematics.int4.zwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zwz" data-uid="Misaki.HighPerformance.Mathematics.int4.zwz">
|
|
zwz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 zwz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zwzw_" data-uid="Misaki.HighPerformance.Mathematics.int4.zwzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zwzw" data-uid="Misaki.HighPerformance.Mathematics.int4.zwzw">
|
|
zwzw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zwzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zwzx_" data-uid="Misaki.HighPerformance.Mathematics.int4.zwzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zwzx" data-uid="Misaki.HighPerformance.Mathematics.int4.zwzx">
|
|
zwzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zwzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zwzy_" data-uid="Misaki.HighPerformance.Mathematics.int4.zwzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zwzy" data-uid="Misaki.HighPerformance.Mathematics.int4.zwzy">
|
|
zwzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zwzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zwzz_" data-uid="Misaki.HighPerformance.Mathematics.int4.zwzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zwzz" data-uid="Misaki.HighPerformance.Mathematics.int4.zwzz">
|
|
zwzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zwzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zx_" data-uid="Misaki.HighPerformance.Mathematics.int4.zx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zx" data-uid="Misaki.HighPerformance.Mathematics.int4.zx">
|
|
zx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int2 zx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zxw_" data-uid="Misaki.HighPerformance.Mathematics.int4.zxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zxw" data-uid="Misaki.HighPerformance.Mathematics.int4.zxw">
|
|
zxw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 zxw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zxww_" data-uid="Misaki.HighPerformance.Mathematics.int4.zxww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zxww" data-uid="Misaki.HighPerformance.Mathematics.int4.zxww">
|
|
zxww
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zxww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zxwx_" data-uid="Misaki.HighPerformance.Mathematics.int4.zxwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zxwx" data-uid="Misaki.HighPerformance.Mathematics.int4.zxwx">
|
|
zxwx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zxwx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zxwy_" data-uid="Misaki.HighPerformance.Mathematics.int4.zxwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zxwy" data-uid="Misaki.HighPerformance.Mathematics.int4.zxwy">
|
|
zxwy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int4 zxwy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zxwz_" data-uid="Misaki.HighPerformance.Mathematics.int4.zxwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zxwz" data-uid="Misaki.HighPerformance.Mathematics.int4.zxwz">
|
|
zxwz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zxwz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zxx_" data-uid="Misaki.HighPerformance.Mathematics.int4.zxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zxx" data-uid="Misaki.HighPerformance.Mathematics.int4.zxx">
|
|
zxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 zxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zxxw_" data-uid="Misaki.HighPerformance.Mathematics.int4.zxxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zxxw" data-uid="Misaki.HighPerformance.Mathematics.int4.zxxw">
|
|
zxxw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zxxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zxxx_" data-uid="Misaki.HighPerformance.Mathematics.int4.zxxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zxxx" data-uid="Misaki.HighPerformance.Mathematics.int4.zxxx">
|
|
zxxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zxxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zxxy_" data-uid="Misaki.HighPerformance.Mathematics.int4.zxxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zxxy" data-uid="Misaki.HighPerformance.Mathematics.int4.zxxy">
|
|
zxxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zxxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zxxz_" data-uid="Misaki.HighPerformance.Mathematics.int4.zxxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zxxz" data-uid="Misaki.HighPerformance.Mathematics.int4.zxxz">
|
|
zxxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zxxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zxy_" data-uid="Misaki.HighPerformance.Mathematics.int4.zxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zxy" data-uid="Misaki.HighPerformance.Mathematics.int4.zxy">
|
|
zxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 zxy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zxyw_" data-uid="Misaki.HighPerformance.Mathematics.int4.zxyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zxyw" data-uid="Misaki.HighPerformance.Mathematics.int4.zxyw">
|
|
zxyw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int4 zxyw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zxyx_" data-uid="Misaki.HighPerformance.Mathematics.int4.zxyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zxyx" data-uid="Misaki.HighPerformance.Mathematics.int4.zxyx">
|
|
zxyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zxyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zxyy_" data-uid="Misaki.HighPerformance.Mathematics.int4.zxyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zxyy" data-uid="Misaki.HighPerformance.Mathematics.int4.zxyy">
|
|
zxyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zxyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zxyz_" data-uid="Misaki.HighPerformance.Mathematics.int4.zxyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zxyz" data-uid="Misaki.HighPerformance.Mathematics.int4.zxyz">
|
|
zxyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zxyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zxz_" data-uid="Misaki.HighPerformance.Mathematics.int4.zxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zxz" data-uid="Misaki.HighPerformance.Mathematics.int4.zxz">
|
|
zxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 zxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zxzw_" data-uid="Misaki.HighPerformance.Mathematics.int4.zxzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zxzw" data-uid="Misaki.HighPerformance.Mathematics.int4.zxzw">
|
|
zxzw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zxzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zxzx_" data-uid="Misaki.HighPerformance.Mathematics.int4.zxzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zxzx" data-uid="Misaki.HighPerformance.Mathematics.int4.zxzx">
|
|
zxzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zxzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zxzy_" data-uid="Misaki.HighPerformance.Mathematics.int4.zxzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zxzy" data-uid="Misaki.HighPerformance.Mathematics.int4.zxzy">
|
|
zxzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zxzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zxzz_" data-uid="Misaki.HighPerformance.Mathematics.int4.zxzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zxzz" data-uid="Misaki.HighPerformance.Mathematics.int4.zxzz">
|
|
zxzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zxzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zy_" data-uid="Misaki.HighPerformance.Mathematics.int4.zy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zy" data-uid="Misaki.HighPerformance.Mathematics.int4.zy">
|
|
zy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int2 zy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zyw_" data-uid="Misaki.HighPerformance.Mathematics.int4.zyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zyw" data-uid="Misaki.HighPerformance.Mathematics.int4.zyw">
|
|
zyw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 zyw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zyww_" data-uid="Misaki.HighPerformance.Mathematics.int4.zyww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zyww" data-uid="Misaki.HighPerformance.Mathematics.int4.zyww">
|
|
zyww
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zyww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zywx_" data-uid="Misaki.HighPerformance.Mathematics.int4.zywx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zywx" data-uid="Misaki.HighPerformance.Mathematics.int4.zywx">
|
|
zywx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int4 zywx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zywy_" data-uid="Misaki.HighPerformance.Mathematics.int4.zywy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zywy" data-uid="Misaki.HighPerformance.Mathematics.int4.zywy">
|
|
zywy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zywy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zywz_" data-uid="Misaki.HighPerformance.Mathematics.int4.zywz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zywz" data-uid="Misaki.HighPerformance.Mathematics.int4.zywz">
|
|
zywz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zywz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zyx_" data-uid="Misaki.HighPerformance.Mathematics.int4.zyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zyx" data-uid="Misaki.HighPerformance.Mathematics.int4.zyx">
|
|
zyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 zyx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zyxw_" data-uid="Misaki.HighPerformance.Mathematics.int4.zyxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zyxw" data-uid="Misaki.HighPerformance.Mathematics.int4.zyxw">
|
|
zyxw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int4 zyxw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zyxx_" data-uid="Misaki.HighPerformance.Mathematics.int4.zyxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zyxx" data-uid="Misaki.HighPerformance.Mathematics.int4.zyxx">
|
|
zyxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zyxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zyxy_" data-uid="Misaki.HighPerformance.Mathematics.int4.zyxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zyxy" data-uid="Misaki.HighPerformance.Mathematics.int4.zyxy">
|
|
zyxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zyxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zyxz_" data-uid="Misaki.HighPerformance.Mathematics.int4.zyxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zyxz" data-uid="Misaki.HighPerformance.Mathematics.int4.zyxz">
|
|
zyxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zyxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zyy_" data-uid="Misaki.HighPerformance.Mathematics.int4.zyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zyy" data-uid="Misaki.HighPerformance.Mathematics.int4.zyy">
|
|
zyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 zyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zyyw_" data-uid="Misaki.HighPerformance.Mathematics.int4.zyyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zyyw" data-uid="Misaki.HighPerformance.Mathematics.int4.zyyw">
|
|
zyyw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zyyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zyyx_" data-uid="Misaki.HighPerformance.Mathematics.int4.zyyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zyyx" data-uid="Misaki.HighPerformance.Mathematics.int4.zyyx">
|
|
zyyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zyyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zyyy_" data-uid="Misaki.HighPerformance.Mathematics.int4.zyyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zyyy" data-uid="Misaki.HighPerformance.Mathematics.int4.zyyy">
|
|
zyyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zyyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zyyz_" data-uid="Misaki.HighPerformance.Mathematics.int4.zyyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zyyz" data-uid="Misaki.HighPerformance.Mathematics.int4.zyyz">
|
|
zyyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zyyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zyz_" data-uid="Misaki.HighPerformance.Mathematics.int4.zyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zyz" data-uid="Misaki.HighPerformance.Mathematics.int4.zyz">
|
|
zyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 zyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zyzw_" data-uid="Misaki.HighPerformance.Mathematics.int4.zyzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zyzw" data-uid="Misaki.HighPerformance.Mathematics.int4.zyzw">
|
|
zyzw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zyzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zyzx_" data-uid="Misaki.HighPerformance.Mathematics.int4.zyzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zyzx" data-uid="Misaki.HighPerformance.Mathematics.int4.zyzx">
|
|
zyzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zyzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zyzy_" data-uid="Misaki.HighPerformance.Mathematics.int4.zyzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zyzy" data-uid="Misaki.HighPerformance.Mathematics.int4.zyzy">
|
|
zyzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zyzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zyzz_" data-uid="Misaki.HighPerformance.Mathematics.int4.zyzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zyzz" data-uid="Misaki.HighPerformance.Mathematics.int4.zyzz">
|
|
zyzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zyzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zz_" data-uid="Misaki.HighPerformance.Mathematics.int4.zz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zz" data-uid="Misaki.HighPerformance.Mathematics.int4.zz">
|
|
zz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int2 zz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zzw_" data-uid="Misaki.HighPerformance.Mathematics.int4.zzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zzw" data-uid="Misaki.HighPerformance.Mathematics.int4.zzw">
|
|
zzw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 zzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zzww_" data-uid="Misaki.HighPerformance.Mathematics.int4.zzww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zzww" data-uid="Misaki.HighPerformance.Mathematics.int4.zzww">
|
|
zzww
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zzww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zzwx_" data-uid="Misaki.HighPerformance.Mathematics.int4.zzwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zzwx" data-uid="Misaki.HighPerformance.Mathematics.int4.zzwx">
|
|
zzwx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zzwx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zzwy_" data-uid="Misaki.HighPerformance.Mathematics.int4.zzwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zzwy" data-uid="Misaki.HighPerformance.Mathematics.int4.zzwy">
|
|
zzwy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zzwy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zzwz_" data-uid="Misaki.HighPerformance.Mathematics.int4.zzwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zzwz" data-uid="Misaki.HighPerformance.Mathematics.int4.zzwz">
|
|
zzwz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zzwz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zzx_" data-uid="Misaki.HighPerformance.Mathematics.int4.zzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zzx" data-uid="Misaki.HighPerformance.Mathematics.int4.zzx">
|
|
zzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 zzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zzxw_" data-uid="Misaki.HighPerformance.Mathematics.int4.zzxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zzxw" data-uid="Misaki.HighPerformance.Mathematics.int4.zzxw">
|
|
zzxw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zzxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zzxx_" data-uid="Misaki.HighPerformance.Mathematics.int4.zzxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zzxx" data-uid="Misaki.HighPerformance.Mathematics.int4.zzxx">
|
|
zzxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zzxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zzxy_" data-uid="Misaki.HighPerformance.Mathematics.int4.zzxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zzxy" data-uid="Misaki.HighPerformance.Mathematics.int4.zzxy">
|
|
zzxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zzxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zzxz_" data-uid="Misaki.HighPerformance.Mathematics.int4.zzxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zzxz" data-uid="Misaki.HighPerformance.Mathematics.int4.zzxz">
|
|
zzxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zzxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zzy_" data-uid="Misaki.HighPerformance.Mathematics.int4.zzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zzy" data-uid="Misaki.HighPerformance.Mathematics.int4.zzy">
|
|
zzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 zzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zzyw_" data-uid="Misaki.HighPerformance.Mathematics.int4.zzyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zzyw" data-uid="Misaki.HighPerformance.Mathematics.int4.zzyw">
|
|
zzyw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zzyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zzyx_" data-uid="Misaki.HighPerformance.Mathematics.int4.zzyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zzyx" data-uid="Misaki.HighPerformance.Mathematics.int4.zzyx">
|
|
zzyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zzyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zzyy_" data-uid="Misaki.HighPerformance.Mathematics.int4.zzyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zzyy" data-uid="Misaki.HighPerformance.Mathematics.int4.zzyy">
|
|
zzyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zzyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zzyz_" data-uid="Misaki.HighPerformance.Mathematics.int4.zzyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zzyz" data-uid="Misaki.HighPerformance.Mathematics.int4.zzyz">
|
|
zzyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zzyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zzz_" data-uid="Misaki.HighPerformance.Mathematics.int4.zzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zzz" data-uid="Misaki.HighPerformance.Mathematics.int4.zzz">
|
|
zzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 zzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zzzw_" data-uid="Misaki.HighPerformance.Mathematics.int4.zzzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zzzw" data-uid="Misaki.HighPerformance.Mathematics.int4.zzzw">
|
|
zzzw
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zzzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zzzx_" data-uid="Misaki.HighPerformance.Mathematics.int4.zzzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zzzx" data-uid="Misaki.HighPerformance.Mathematics.int4.zzzx">
|
|
zzzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zzzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zzzy_" data-uid="Misaki.HighPerformance.Mathematics.int4.zzzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zzzy" data-uid="Misaki.HighPerformance.Mathematics.int4.zzzy">
|
|
zzzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zzzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_zzzz_" data-uid="Misaki.HighPerformance.Mathematics.int4.zzzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_zzzz" data-uid="Misaki.HighPerformance.Mathematics.int4.zzzz">
|
|
zzzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zzzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="section" id="methods">Methods
|
|
</h2>
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_Equals_" data-uid="Misaki.HighPerformance.Mathematics.int4.Equals*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_Equals_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.Equals(Misaki.HighPerformance.Mathematics.int4)">
|
|
Equals(int4)
|
|
|
|
</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(int4 other)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>other</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></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_int4_Equals_" data-uid="Misaki.HighPerformance.Mathematics.int4.Equals*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_Equals_System_Object_" data-uid="Misaki.HighPerformance.Mathematics.int4.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_int4_GetHashCode_" data-uid="Misaki.HighPerformance.Mathematics.int4.GetHashCode*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_GetHashCode" data-uid="Misaki.HighPerformance.Mathematics.int4.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_int4_ToString_" data-uid="Misaki.HighPerformance.Mathematics.int4.ToString*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_ToString" data-uid="Misaki.HighPerformance.Mathematics.int4.ToString">
|
|
ToString()
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Returns the fully qualified type name of this instance.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public override readonly string ToString()</code></pre>
|
|
</div>
|
|
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
|
<dd><p>The fully qualified type name.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="section" id="operators">Operators
|
|
</h2>
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Addition_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Addition*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Addition_Misaki_HighPerformance_Mathematics_int4_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Addition(Misaki.HighPerformance.Mathematics.int4,Misaki.HighPerformance.Mathematics.int4)">
|
|
operator +(int4, int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 operator +(int4 lhs, int4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Addition_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Addition*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Addition_Misaki_HighPerformance_Mathematics_int4_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Addition(Misaki.HighPerformance.Mathematics.int4,System.Int32)">
|
|
operator +(int4, int)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 operator +(int4 lhs, int rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Addition_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Addition*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Addition_System_Int32_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Addition(System.Int32,Misaki.HighPerformance.Mathematics.int4)">
|
|
operator +(int, int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 operator +(int lhs, int4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_AdditionAssignment_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_AdditionAssignment*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_AdditionAssignment_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_AdditionAssignment(Misaki.HighPerformance.Mathematics.int4)">
|
|
operator +=(int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void operator +=(int4 other)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>other</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_BitwiseAnd_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_BitwiseAnd*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_BitwiseAnd_Misaki_HighPerformance_Mathematics_int4_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_BitwiseAnd(Misaki.HighPerformance.Mathematics.int4,Misaki.HighPerformance.Mathematics.int4)">
|
|
operator &(int4, int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 operator &(int4 lhs, int4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_BitwiseOr_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_BitwiseOr*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_BitwiseOr_Misaki_HighPerformance_Mathematics_int4_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_BitwiseOr(Misaki.HighPerformance.Mathematics.int4,Misaki.HighPerformance.Mathematics.int4)">
|
|
operator |(int4, int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 operator |(int4 lhs, int4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Decrement_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Decrement*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Decrement_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Decrement(Misaki.HighPerformance.Mathematics.int4)">
|
|
operator --(int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 operator --(int4 value)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>value</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Division_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Division*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Division_Misaki_HighPerformance_Mathematics_int4_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Division(Misaki.HighPerformance.Mathematics.int4,Misaki.HighPerformance.Mathematics.int4)">
|
|
operator /(int4, int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 operator /(int4 lhs, int4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Division_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Division*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Division_Misaki_HighPerformance_Mathematics_int4_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Division(Misaki.HighPerformance.Mathematics.int4,System.Int32)">
|
|
operator /(int4, int)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 operator /(int4 lhs, int rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Division_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Division*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Division_System_Int32_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Division(System.Int32,Misaki.HighPerformance.Mathematics.int4)">
|
|
operator /(int, int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 operator /(int lhs, int4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_DivisionAssignment_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_DivisionAssignment*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_DivisionAssignment_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_DivisionAssignment(Misaki.HighPerformance.Mathematics.int4)">
|
|
operator /=(int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void operator /=(int4 other)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>other</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Equality_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Equality*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Equality_Misaki_HighPerformance_Mathematics_int4_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Equality(Misaki.HighPerformance.Mathematics.int4,Misaki.HighPerformance.Mathematics.int4)">
|
|
operator ==(int4, int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static bool4 operator ==(int4 lhs, int4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_ExclusiveOr_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_ExclusiveOr*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_ExclusiveOr_Misaki_HighPerformance_Mathematics_int4_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_ExclusiveOr(Misaki.HighPerformance.Mathematics.int4,Misaki.HighPerformance.Mathematics.int4)">
|
|
operator ^(int4, int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 operator ^(int4 lhs, int4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_GreaterThan_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_GreaterThan*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_GreaterThan_Misaki_HighPerformance_Mathematics_int4_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_GreaterThan(Misaki.HighPerformance.Mathematics.int4,Misaki.HighPerformance.Mathematics.int4)">
|
|
operator >(int4, int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static bool4 operator >(int4 lhs, int4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_GreaterThanOrEqual_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_GreaterThanOrEqual*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_GreaterThanOrEqual_Misaki_HighPerformance_Mathematics_int4_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_GreaterThanOrEqual(Misaki.HighPerformance.Mathematics.int4,Misaki.HighPerformance.Mathematics.int4)">
|
|
operator >=(int4, int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static bool4 operator >=(int4 lhs, int4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Implicit_Misaki_HighPerformance_Mathematics_bool4__Misaki_HighPerformance_Mathematics_int4" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Implicit(Misaki.HighPerformance.Mathematics.bool4)~Misaki.HighPerformance.Mathematics.int4">
|
|
implicit operator int4(bool4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static implicit operator int4(bool4 v)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Implicit_Misaki_HighPerformance_Mathematics_double4__Misaki_HighPerformance_Mathematics_int4" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Implicit(Misaki.HighPerformance.Mathematics.double4)~Misaki.HighPerformance.Mathematics.int4">
|
|
implicit operator int4(double4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static implicit operator int4(double4 v)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.double4.html">double4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Implicit_Misaki_HighPerformance_Mathematics_float4__Misaki_HighPerformance_Mathematics_int4" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Implicit(Misaki.HighPerformance.Mathematics.float4)~Misaki.HighPerformance.Mathematics.int4">
|
|
implicit operator int4(float4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static implicit operator int4(float4 v)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Implicit_Misaki_HighPerformance_Mathematics_uint4__Misaki_HighPerformance_Mathematics_int4" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Implicit(Misaki.HighPerformance.Mathematics.uint4)~Misaki.HighPerformance.Mathematics.int4">
|
|
implicit operator int4(uint4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static implicit operator int4(uint4 v)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Implicit_System_Double__Misaki_HighPerformance_Mathematics_int4" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Implicit(System.Double)~Misaki.HighPerformance.Mathematics.int4">
|
|
implicit operator int4(double)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static implicit operator int4(double v)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>v</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Implicit_System_Int32__Misaki_HighPerformance_Mathematics_int4" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Implicit(System.Int32)~Misaki.HighPerformance.Mathematics.int4">
|
|
implicit operator int4(int)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static implicit operator int4(int value)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>value</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Implicit_System_ReadOnlySpan_System_Int32___Misaki_HighPerformance_Mathematics_int4" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Implicit(System.ReadOnlySpan{System.Int32})~Misaki.HighPerformance.Mathematics.int4">
|
|
implicit operator int4(ReadOnlySpan<int>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static implicit operator int4(ReadOnlySpan<int> value)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>value</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.readonlyspan-1">ReadOnlySpan</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Implicit_System_Single__Misaki_HighPerformance_Mathematics_int4" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Implicit(System.Single)~Misaki.HighPerformance.Mathematics.int4">
|
|
implicit operator int4(float)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static implicit operator int4(float v)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>v</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Implicit_System_UInt32__Misaki_HighPerformance_Mathematics_int4" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Implicit(System.UInt32)~Misaki.HighPerformance.Mathematics.int4">
|
|
implicit operator int4(uint)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static implicit operator int4(uint v)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>v</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Increment_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Increment*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Increment_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Increment(Misaki.HighPerformance.Mathematics.int4)">
|
|
operator ++(int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 operator ++(int4 value)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>value</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Inequality_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Inequality*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Inequality_Misaki_HighPerformance_Mathematics_int4_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Inequality(Misaki.HighPerformance.Mathematics.int4,Misaki.HighPerformance.Mathematics.int4)">
|
|
operator !=(int4, int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static bool4 operator !=(int4 lhs, int4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_LeftShift_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_LeftShift*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_LeftShift_Misaki_HighPerformance_Mathematics_int4_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_LeftShift(Misaki.HighPerformance.Mathematics.int4,System.Int32)">
|
|
operator <<(int4, int)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 operator <<(int4 x, int n)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>x</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>n</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_LessThan_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_LessThan*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_LessThan_Misaki_HighPerformance_Mathematics_int4_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_LessThan(Misaki.HighPerformance.Mathematics.int4,Misaki.HighPerformance.Mathematics.int4)">
|
|
operator <(int4, int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static bool4 operator <(int4 lhs, int4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_LessThanOrEqual_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_LessThanOrEqual*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_LessThanOrEqual_Misaki_HighPerformance_Mathematics_int4_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_LessThanOrEqual(Misaki.HighPerformance.Mathematics.int4,Misaki.HighPerformance.Mathematics.int4)">
|
|
operator <=(int4, int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static bool4 operator <=(int4 lhs, int4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Modulus_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Modulus*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Modulus_Misaki_HighPerformance_Mathematics_int4_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Modulus(Misaki.HighPerformance.Mathematics.int4,Misaki.HighPerformance.Mathematics.int4)">
|
|
operator %(int4, int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 operator %(int4 lhs, int4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Modulus_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Modulus*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Modulus_Misaki_HighPerformance_Mathematics_int4_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Modulus(Misaki.HighPerformance.Mathematics.int4,System.Int32)">
|
|
operator %(int4, int)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 operator %(int4 lhs, int rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Modulus_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Modulus*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Modulus_System_Int32_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Modulus(System.Int32,Misaki.HighPerformance.Mathematics.int4)">
|
|
operator %(int, int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 operator %(int lhs, int4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_ModulusAssignment_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_ModulusAssignment*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_ModulusAssignment_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_ModulusAssignment(Misaki.HighPerformance.Mathematics.int4)">
|
|
operator %=(int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void operator %=(int4 other)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>other</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_MultiplicationAssignment_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_MultiplicationAssignment*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_MultiplicationAssignment_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_MultiplicationAssignment(Misaki.HighPerformance.Mathematics.int4)">
|
|
operator *=(int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void operator *=(int4 other)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>other</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Multiply_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Multiply*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Multiply_Misaki_HighPerformance_Mathematics_int4_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Multiply(Misaki.HighPerformance.Mathematics.int4,Misaki.HighPerformance.Mathematics.int4)">
|
|
operator *(int4, int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 operator *(int4 lhs, int4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Multiply_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Multiply*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Multiply_Misaki_HighPerformance_Mathematics_int4_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Multiply(Misaki.HighPerformance.Mathematics.int4,System.Int32)">
|
|
operator *(int4, int)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 operator *(int4 lhs, int rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Multiply_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Multiply*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Multiply_System_Int32_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Multiply(System.Int32,Misaki.HighPerformance.Mathematics.int4)">
|
|
operator *(int, int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 operator *(int lhs, int4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_OnesComplement_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_OnesComplement*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_OnesComplement_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_OnesComplement(Misaki.HighPerformance.Mathematics.int4)">
|
|
operator ~(int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 operator ~(int4 value)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>value</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_RightShift_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_RightShift*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_RightShift_Misaki_HighPerformance_Mathematics_int4_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_RightShift(Misaki.HighPerformance.Mathematics.int4,System.Int32)">
|
|
operator >>(int4, int)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 operator >>(int4 x, int n)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>x</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>n</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Subtraction_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Subtraction*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Subtraction_Misaki_HighPerformance_Mathematics_int4_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Subtraction(Misaki.HighPerformance.Mathematics.int4,Misaki.HighPerformance.Mathematics.int4)">
|
|
operator -(int4, int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 operator -(int4 lhs, int4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Subtraction_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Subtraction*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Subtraction_Misaki_HighPerformance_Mathematics_int4_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Subtraction(Misaki.HighPerformance.Mathematics.int4,System.Int32)">
|
|
operator -(int4, int)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 operator -(int4 lhs, int rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_Subtraction_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Subtraction*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_Subtraction_System_Int32_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_Subtraction(System.Int32,Misaki.HighPerformance.Mathematics.int4)">
|
|
operator -(int, int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 operator -(int lhs, int4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_SubtractionAssignment_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_SubtractionAssignment*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_SubtractionAssignment_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_SubtractionAssignment(Misaki.HighPerformance.Mathematics.int4)">
|
|
operator -=(int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void operator -=(int4 other)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>other</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_UnaryNegation_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_UnaryNegation*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_UnaryNegation_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_UnaryNegation(Misaki.HighPerformance.Mathematics.int4)">
|
|
operator -(int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 operator -(int4 value)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>value</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int4_op_UnaryPlus_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_UnaryPlus*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int4_op_UnaryPlus_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.int4.op_UnaryPlus(Misaki.HighPerformance.Mathematics.int4)">
|
|
operator +(int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int4 operator +(int4 value)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>value</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></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>
|