13629 lines
306 KiB
HTML
13629 lines
306 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Struct uint4 | Misaki.HighPerformance </title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="title" content="Struct uint4 | 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.uint4">
|
|
|
|
|
|
|
|
<h1 id="Misaki_HighPerformance_Mathematics_uint4" data-uid="Misaki.HighPerformance.Mathematics.uint4" class="text-break">
|
|
Struct uint4
|
|
</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(uint), 4, 4, 1, "global::Misaki.HighPerformance.Mathematics.uint", true, true, null, null)]
|
|
[NumericConvertable("(uint){v}.{c}", new Type[] { typeof(int4), typeof(float4), typeof(double4), typeof(bool4) })]
|
|
[NumericConvertable("(uint){v}", new Type[] { typeof(int), typeof(float), typeof(double) })]
|
|
public struct uint4 : IEquatable<uint4></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.uint4.html">uint4</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_uint4_">VectorInterop.AsVector128(uint4)</a>
|
|
</div>
|
|
</dd></dl>
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="section" id="constructors">Constructors
|
|
</h2>
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4__ctor_Misaki_HighPerformance_Mathematics_bool4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor(Misaki.HighPerformance.Mathematics.bool4)">
|
|
uint4(bool4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public uint4(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_uint4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4__ctor_Misaki_HighPerformance_Mathematics_double4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor(Misaki.HighPerformance.Mathematics.double4)">
|
|
uint4(double4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public uint4(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_uint4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4__ctor_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor(Misaki.HighPerformance.Mathematics.float4)">
|
|
uint4(float4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public uint4(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_uint4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4__ctor_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor(Misaki.HighPerformance.Mathematics.int4)">
|
|
uint4(int4)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public uint4(int4 v)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4__ctor_Misaki_HighPerformance_Mathematics_uint2_Misaki_HighPerformance_Mathematics_uint2_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor(Misaki.HighPerformance.Mathematics.uint2,Misaki.HighPerformance.Mathematics.uint2)">
|
|
uint4(uint2, uint2)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public uint4(uint2 xy, uint2 zw)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>xy</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint2.html">uint2</a></dt>
|
|
<dd></dd>
|
|
<dt><code>zw</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint2.html">uint2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4__ctor_Misaki_HighPerformance_Mathematics_uint2_System_UInt32_System_UInt32_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor(Misaki.HighPerformance.Mathematics.uint2,System.UInt32,System.UInt32)">
|
|
uint4(uint2, uint, uint)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public uint4(uint2 xy, uint z, uint w)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>xy</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint2.html">uint2</a></dt>
|
|
<dd></dd>
|
|
<dt><code>z</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
<dt><code>w</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4__ctor_Misaki_HighPerformance_Mathematics_uint3_System_UInt32_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor(Misaki.HighPerformance.Mathematics.uint3,System.UInt32)">
|
|
uint4(uint3, uint)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public uint4(uint3 xyz, uint w)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>xyz</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
<dt><code>w</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4__ctor_System_Double_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor(System.Double)">
|
|
uint4(double)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public uint4(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_uint4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4__ctor_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor(System.Int32)">
|
|
uint4(int)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public uint4(int 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.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4__ctor_System_ReadOnlySpan_System_UInt32__" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor(System.ReadOnlySpan{System.UInt32})">
|
|
uint4(ReadOnlySpan<uint>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public uint4(ReadOnlySpan<uint> 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.uint32">uint</a>></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4__ctor_System_Single_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor(System.Single)">
|
|
uint4(float)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public uint4(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_uint4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4__ctor_System_UInt32_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor(System.UInt32)">
|
|
uint4(uint)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public uint4(uint 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.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4__ctor_System_UInt32_Misaki_HighPerformance_Mathematics_uint2_System_UInt32_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor(System.UInt32,Misaki.HighPerformance.Mathematics.uint2,System.UInt32)">
|
|
uint4(uint, uint2, uint)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public uint4(uint x, uint2 yz, uint 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.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
<dt><code>yz</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint2.html">uint2</a></dt>
|
|
<dd></dd>
|
|
<dt><code>w</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4__ctor_System_UInt32_Misaki_HighPerformance_Mathematics_uint3_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor(System.UInt32,Misaki.HighPerformance.Mathematics.uint3)">
|
|
uint4(uint, uint3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public uint4(uint x, uint3 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.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
<dt><code>yzw</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4__ctor_System_UInt32_System_UInt32_Misaki_HighPerformance_Mathematics_uint2_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor(System.UInt32,System.UInt32,Misaki.HighPerformance.Mathematics.uint2)">
|
|
uint4(uint, uint, uint2)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public uint4(uint x, uint y, uint2 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.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
<dt><code>y</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
<dt><code>zw</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint2.html">uint2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4__ctor_System_UInt32_System_UInt32_System_UInt32_System_UInt32_" data-uid="Misaki.HighPerformance.Mathematics.uint4.#ctor(System.UInt32,System.UInt32,System.UInt32,System.UInt32)">
|
|
uint4(uint, uint, uint, uint)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public uint4(uint x, uint y, uint z, uint 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.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
<dt><code>y</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
<dt><code>z</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
<dt><code>w</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_uint4___v" data-uid="Misaki.HighPerformance.Mathematics.uint4.__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<uint> __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.uint32">uint</a>></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_w" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint 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.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_x" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint 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.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_y" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint 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.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_z" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint 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.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="section" id="properties">Properties
|
|
</h2>
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_Item_" data-uid="Misaki.HighPerformance.Mathematics.uint4.Item*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_Item_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint 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.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_one_" data-uid="Misaki.HighPerformance.Mathematics.uint4.one*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_one" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 one { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_unitW_" data-uid="Misaki.HighPerformance.Mathematics.uint4.unitW*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_unitW" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 unitW { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_unitX_" data-uid="Misaki.HighPerformance.Mathematics.uint4.unitX*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_unitX" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 unitX { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_unitY_" data-uid="Misaki.HighPerformance.Mathematics.uint4.unitY*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_unitY" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 unitY { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_unitZ_" data-uid="Misaki.HighPerformance.Mathematics.uint4.unitZ*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_unitZ" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 unitZ { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_ww_" data-uid="Misaki.HighPerformance.Mathematics.uint4.ww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_ww" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint2 ww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint2.html">uint2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_www_" data-uid="Misaki.HighPerformance.Mathematics.uint4.www*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_www" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 www { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wwww_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wwww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wwww" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wwww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wwwx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wwwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wwwx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wwwx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wwwy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wwwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wwwy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wwwy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wwwz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wwwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wwwz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wwwz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wwx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wwx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 wwx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wwxw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wwxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wwxw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wwxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wwxx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wwxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wwxx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wwxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wwxy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wwxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wwxy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wwxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wwxz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wwxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wwxz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wwxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wwy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wwy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 wwy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wwyw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wwyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wwyw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wwyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wwyx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wwyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wwyx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wwyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wwyy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wwyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wwyy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wwyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wwyz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wwyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wwyz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wwyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wwz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wwz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 wwz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wwzw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wwzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wwzw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wwzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wwzx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wwzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wwzx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wwzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wwzy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wwzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wwzy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wwzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wwzz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wwzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wwzz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wwzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint2 wx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint2.html">uint2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wxw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wxw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 wxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wxww_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wxww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wxww" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wxww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wxwx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wxwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wxwx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wxwx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wxwy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wxwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wxwy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wxwy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wxwz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wxwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wxwz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wxwz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wxx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wxx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 wxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wxxw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wxxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wxxw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wxxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wxxx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wxxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wxxx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wxxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wxxy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wxxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wxxy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wxxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wxxz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wxxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wxxz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wxxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wxy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wxy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 wxy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wxyw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wxyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wxyw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wxyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wxyx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wxyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wxyx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wxyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wxyy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wxyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wxyy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wxyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wxyz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wxyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wxyz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wxyz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wxz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wxz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 wxz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wxzw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wxzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wxzw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wxzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wxzx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wxzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wxzx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wxzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wxzy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wxzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wxzy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wxzy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wxzz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wxzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wxzz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wxzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint2 wy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint2.html">uint2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wyw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wyw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 wyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wyww_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wyww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wyww" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wyww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wywx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wywx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wywx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wywx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wywy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wywy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wywy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wywy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wywz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wywz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wywz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wywz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wyx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wyx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 wyx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wyxw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wyxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wyxw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wyxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wyxx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wyxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wyxx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wyxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wyxy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wyxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wyxy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wyxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wyxz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wyxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wyxz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wyxz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wyy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wyy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 wyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wyyw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wyyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wyyw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wyyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wyyx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wyyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wyyx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wyyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wyyy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wyyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wyyy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wyyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wyyz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wyyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wyyz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wyyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wyz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wyz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 wyz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wyzw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wyzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wyzw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wyzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wyzx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wyzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wyzx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wyzx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wyzy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wyzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wyzy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wyzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wyzz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wyzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wyzz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wyzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint2 wz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint2.html">uint2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wzw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wzw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 wzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wzww_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wzww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wzww" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wzww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wzwx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wzwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wzwx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wzwx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wzwy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wzwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wzwy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wzwy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wzwz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wzwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wzwz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wzwz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wzx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wzx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 wzx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wzxw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wzxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wzxw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wzxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wzxx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wzxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wzxx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wzxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wzxy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wzxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wzxy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wzxy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wzxz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wzxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wzxz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wzxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wzy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wzy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 wzy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wzyw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wzyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wzyw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wzyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wzyx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wzyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wzyx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wzyx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wzyy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wzyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wzyy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wzyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wzyz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wzyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wzyz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wzyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wzz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wzz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 wzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wzzw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wzzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wzzw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wzzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wzzx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wzzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wzzx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wzzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wzzy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wzzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wzzy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wzzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_wzzz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.wzzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_wzzz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 wzzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint2 xw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint2.html">uint2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xww_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xww" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 xww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xwww_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xwww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xwww" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xwww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xwwx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xwwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xwwx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xwwx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xwwy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xwwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xwwy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xwwy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xwwz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xwwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xwwz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xwwz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xwx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xwx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 xwx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xwxw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xwxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xwxw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xwxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xwxx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xwxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xwxx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xwxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xwxy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xwxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xwxy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xwxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xwxz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xwxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xwxz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xwxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xwy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xwy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 xwy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xwyw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xwyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xwyw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xwyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xwyx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xwyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xwyx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xwyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xwyy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xwyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xwyy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xwyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xwyz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xwyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xwyz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xwyz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xwz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xwz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 xwz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xwzw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xwzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xwzw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xwzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xwzx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xwzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xwzx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xwzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xwzy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xwzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xwzy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xwzy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xwzz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xwzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xwzz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xwzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint2 xx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint2.html">uint2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xxw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xxw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 xxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xxww_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xxww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xxww" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xxww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xxwx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xxwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xxwx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xxwx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xxwy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xxwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xxwy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xxwy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xxwz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xxwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xxwz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xxwz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xxx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xxx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 xxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xxxw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xxxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xxxw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xxxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xxxx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xxxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xxxx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xxxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xxxy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xxxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xxxy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xxxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xxxz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xxxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xxxz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xxxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xxy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xxy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 xxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xxyw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xxyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xxyw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xxyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xxyx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xxyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xxyx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xxyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xxyy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xxyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xxyy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xxyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xxyz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xxyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xxyz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xxyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xxz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xxz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 xxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xxzw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xxzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xxzw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xxzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xxzx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xxzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xxzx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xxzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xxzy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xxzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xxzy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xxzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xxzz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xxzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xxzz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xxzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint2 xy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint2.html">uint2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xyw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xyw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 xyw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xyww_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xyww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xyww" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xyww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xywx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xywx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xywx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xywx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xywy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xywy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xywy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xywy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xywz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xywz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xywz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xywz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xyx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xyx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 xyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xyxw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xyxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xyxw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xyxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xyxx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xyxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xyxx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xyxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xyxy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xyxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xyxy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xyxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xyxz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xyxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xyxz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xyxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xyy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xyy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 xyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xyyw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xyyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xyyw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xyyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xyyx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xyyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xyyx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xyyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xyyy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xyyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xyyy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xyyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xyyz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xyyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xyyz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xyyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xyz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xyz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 xyz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xyzw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xyzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xyzw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xyzw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xyzx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xyzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xyzx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xyzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xyzy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xyzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xyzy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xyzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xyzz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xyzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xyzz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xyzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint2 xz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint2.html">uint2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xzw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xzw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 xzw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xzww_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xzww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xzww" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xzww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xzwx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xzwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xzwx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xzwx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xzwy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xzwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xzwy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xzwy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xzwz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xzwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xzwz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xzwz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xzx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xzx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 xzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xzxw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xzxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xzxw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xzxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xzxx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xzxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xzxx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xzxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xzxy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xzxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xzxy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xzxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xzxz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xzxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xzxz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xzxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xzy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xzy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 xzy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xzyw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xzyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xzyw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xzyw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xzyx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xzyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xzyx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xzyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xzyy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xzyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xzyy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xzyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xzyz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xzyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xzyz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xzyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xzz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xzz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 xzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xzzw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xzzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xzzw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xzzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xzzx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xzzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xzzx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xzzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xzzy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xzzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xzzy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xzzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_xzzz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.xzzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_xzzz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 xzzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint2 yw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint2.html">uint2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yww_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yww" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 yww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_ywww_" data-uid="Misaki.HighPerformance.Mathematics.uint4.ywww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_ywww" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 ywww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_ywwx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.ywwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_ywwx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 ywwx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_ywwy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.ywwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_ywwy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 ywwy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_ywwz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.ywwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_ywwz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 ywwz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_ywx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.ywx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_ywx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 ywx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_ywxw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.ywxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_ywxw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 ywxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_ywxx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.ywxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_ywxx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 ywxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_ywxy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.ywxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_ywxy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 ywxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_ywxz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.ywxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_ywxz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 ywxz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_ywy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.ywy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_ywy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 ywy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_ywyw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.ywyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_ywyw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 ywyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_ywyx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.ywyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_ywyx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 ywyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_ywyy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.ywyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_ywyy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 ywyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_ywyz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.ywyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_ywyz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 ywyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_ywz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.ywz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_ywz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 ywz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_ywzw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.ywzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_ywzw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 ywzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_ywzx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.ywzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_ywzx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 ywzx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_ywzy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.ywzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_ywzy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 ywzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_ywzz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.ywzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_ywzz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 ywzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint2 yx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint2.html">uint2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yxw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yxw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 yxw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yxww_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yxww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yxww" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yxww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yxwx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yxwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yxwx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yxwx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yxwy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yxwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yxwy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yxwy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yxwz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yxwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yxwz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yxwz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yxx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yxx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 yxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yxxw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yxxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yxxw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yxxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yxxx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yxxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yxxx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yxxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yxxy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yxxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yxxy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yxxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yxxz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yxxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yxxz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yxxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yxy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yxy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 yxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yxyw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yxyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yxyw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yxyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yxyx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yxyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yxyx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yxyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yxyy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yxyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yxyy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yxyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yxyz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yxyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yxyz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yxyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yxz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yxz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 yxz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yxzw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yxzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yxzw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yxzw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yxzx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yxzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yxzx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yxzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yxzy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yxzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yxzy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yxzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yxzz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yxzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yxzz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yxzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint2 yy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint2.html">uint2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yyw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yyw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 yyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yyww_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yyww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yyww" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yyww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yywx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yywx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yywx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yywx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yywy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yywy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yywy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yywy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yywz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yywz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yywz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yywz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yyx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yyx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 yyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yyxw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yyxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yyxw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yyxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yyxx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yyxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yyxx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yyxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yyxy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yyxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yyxy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yyxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yyxz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yyxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yyxz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yyxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yyy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yyy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 yyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yyyw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yyyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yyyw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yyyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yyyx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yyyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yyyx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yyyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yyyy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yyyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yyyy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yyyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yyyz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yyyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yyyz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yyyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yyz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yyz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 yyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yyzw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yyzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yyzw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yyzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yyzx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yyzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yyzx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yyzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yyzy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yyzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yyzy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yyzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yyzz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yyzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yyzz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yyzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint2 yz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint2.html">uint2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yzw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yzw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 yzw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yzww_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yzww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yzww" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yzww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yzwx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yzwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yzwx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yzwx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yzwy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yzwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yzwy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yzwy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yzwz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yzwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yzwz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yzwz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yzx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yzx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 yzx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yzxw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yzxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yzxw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yzxw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yzxx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yzxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yzxx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yzxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yzxy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yzxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yzxy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yzxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yzxz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yzxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yzxz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yzxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yzy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yzy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 yzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yzyw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yzyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yzyw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yzyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yzyx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yzyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yzyx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yzyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yzyy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yzyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yzyy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yzyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yzyz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yzyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yzyz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yzyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yzz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yzz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 yzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yzzw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yzzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yzzw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yzzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yzzx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yzzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yzzx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yzzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yzzy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yzzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yzzy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yzzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_yzzz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.yzzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_yzzz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 yzzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zero_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zero*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zero" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zero { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint2 zw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint2.html">uint2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zww_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zww" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 zww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zwww_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zwww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zwww" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zwww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zwwx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zwwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zwwx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zwwx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zwwy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zwwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zwwy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zwwy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zwwz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zwwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zwwz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zwwz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zwx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zwx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 zwx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zwxw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zwxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zwxw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zwxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zwxx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zwxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zwxx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zwxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zwxy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zwxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zwxy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zwxy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zwxz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zwxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zwxz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zwxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zwy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zwy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 zwy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zwyw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zwyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zwyw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zwyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zwyx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zwyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zwyx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zwyx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zwyy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zwyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zwyy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zwyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zwyz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zwyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zwyz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zwyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zwz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zwz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 zwz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zwzw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zwzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zwzw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zwzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zwzx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zwzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zwzx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zwzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zwzy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zwzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zwzy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zwzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zwzz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zwzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zwzz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zwzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint2 zx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint2.html">uint2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zxw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zxw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 zxw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zxww_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zxww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zxww" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zxww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zxwx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zxwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zxwx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zxwx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zxwy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zxwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zxwy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zxwy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zxwz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zxwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zxwz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zxwz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zxx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zxx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 zxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zxxw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zxxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zxxw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zxxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zxxx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zxxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zxxx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zxxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zxxy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zxxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zxxy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zxxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zxxz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zxxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zxxz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zxxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zxy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zxy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 zxy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zxyw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zxyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zxyw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zxyw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zxyx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zxyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zxyx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zxyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zxyy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zxyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zxyy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zxyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zxyz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zxyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zxyz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zxyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zxz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zxz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 zxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zxzw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zxzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zxzw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zxzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zxzx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zxzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zxzx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zxzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zxzy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zxzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zxzy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zxzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zxzz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zxzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zxzz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zxzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint2 zy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint2.html">uint2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zyw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zyw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 zyw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zyww_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zyww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zyww" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zyww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zywx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zywx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zywx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zywx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zywy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zywy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zywy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zywy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zywz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zywz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zywz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zywz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zyx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zyx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 zyx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zyxw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zyxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zyxw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zyxw { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zyxx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zyxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zyxx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zyxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zyxy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zyxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zyxy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zyxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zyxz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zyxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zyxz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zyxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zyy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zyy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 zyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zyyw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zyyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zyyw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zyyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zyyx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zyyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zyyx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zyyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zyyy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zyyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zyyy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zyyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zyyz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zyyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zyyz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zyyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zyz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zyz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 zyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zyzw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zyzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zyzw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zyzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zyzx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zyzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zyzx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zyzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zyzy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zyzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zyzy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zyzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zyzz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zyzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zyzz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zyzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint2 zz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint2.html">uint2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zzw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zzw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 zzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zzww_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zzww*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zzww" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zzww { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zzwx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zzwx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zzwx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zzwx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zzwy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zzwy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zzwy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zzwy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zzwz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zzwz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zzwz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zzwz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zzx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zzx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 zzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zzxw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zzxw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zzxw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zzxw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zzxx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zzxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zzxx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zzxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zzxy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zzxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zzxy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zzxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zzxz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zzxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zzxz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zzxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zzy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zzy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 zzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zzyw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zzyw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zzyw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zzyw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zzyx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zzyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zzyx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zzyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zzyy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zzyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zzyy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zzyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zzyz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zzyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zzyz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zzyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zzz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zzz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint3 zzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zzzw_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zzzw*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zzzw" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zzzw { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zzzx_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zzzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zzzx" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zzzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zzzy_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zzzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zzzy" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zzzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_zzzz_" data-uid="Misaki.HighPerformance.Mathematics.uint4.zzzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_zzzz" data-uid="Misaki.HighPerformance.Mathematics.uint4.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 uint4 zzzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="section" id="methods">Methods
|
|
</h2>
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_Equals_" data-uid="Misaki.HighPerformance.Mathematics.uint4.Equals*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_Equals_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.Equals(Misaki.HighPerformance.Mathematics.uint4)">
|
|
Equals(uint4)
|
|
|
|
</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(uint4 other)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>other</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</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_uint4_Equals_" data-uid="Misaki.HighPerformance.Mathematics.uint4.Equals*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_Equals_System_Object_" data-uid="Misaki.HighPerformance.Mathematics.uint4.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_uint4_GetHashCode_" data-uid="Misaki.HighPerformance.Mathematics.uint4.GetHashCode*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_GetHashCode" data-uid="Misaki.HighPerformance.Mathematics.uint4.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_uint4_ToString_" data-uid="Misaki.HighPerformance.Mathematics.uint4.ToString*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_ToString" data-uid="Misaki.HighPerformance.Mathematics.uint4.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_uint4_op_Addition_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Addition*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Addition_Misaki_HighPerformance_Mathematics_uint4_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Addition(Misaki.HighPerformance.Mathematics.uint4,Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator +(uint4, 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 uint4 operator +(uint4 lhs, uint4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Addition_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Addition*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Addition_Misaki_HighPerformance_Mathematics_uint4_System_UInt32_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Addition(Misaki.HighPerformance.Mathematics.uint4,System.UInt32)">
|
|
operator +(uint4, 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 uint4 operator +(uint4 lhs, uint rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Addition_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Addition*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Addition_System_UInt32_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Addition(System.UInt32,Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator +(uint, 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 uint4 operator +(uint lhs, uint4 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.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_AdditionAssignment_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_AdditionAssignment*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_AdditionAssignment_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_AdditionAssignment(Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator +=(uint4)
|
|
|
|
</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 +=(uint4 other)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>other</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_BitwiseAnd_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_BitwiseAnd*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_BitwiseAnd_Misaki_HighPerformance_Mathematics_uint4_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_BitwiseAnd(Misaki.HighPerformance.Mathematics.uint4,Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator &(uint4, 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 uint4 operator &(uint4 lhs, uint4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_BitwiseOr_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_BitwiseOr*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_BitwiseOr_Misaki_HighPerformance_Mathematics_uint4_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_BitwiseOr(Misaki.HighPerformance.Mathematics.uint4,Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator |(uint4, 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 uint4 operator |(uint4 lhs, uint4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Decrement_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Decrement*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Decrement_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Decrement(Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator --(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 uint4 operator --(uint4 value)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>value</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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Division_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Division*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Division_Misaki_HighPerformance_Mathematics_uint4_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Division(Misaki.HighPerformance.Mathematics.uint4,Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator /(uint4, 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 uint4 operator /(uint4 lhs, uint4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Division_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Division*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Division_Misaki_HighPerformance_Mathematics_uint4_System_UInt32_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Division(Misaki.HighPerformance.Mathematics.uint4,System.UInt32)">
|
|
operator /(uint4, 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 uint4 operator /(uint4 lhs, uint rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Division_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Division*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Division_System_UInt32_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Division(System.UInt32,Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator /(uint, 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 uint4 operator /(uint lhs, uint4 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.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_DivisionAssignment_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_DivisionAssignment*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_DivisionAssignment_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_DivisionAssignment(Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator /=(uint4)
|
|
|
|
</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 /=(uint4 other)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>other</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Equality_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Equality*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Equality_Misaki_HighPerformance_Mathematics_uint4_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Equality(Misaki.HighPerformance.Mathematics.uint4,Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator ==(uint4, 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 bool4 operator ==(uint4 lhs, uint4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</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.bool4.html">bool4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_ExclusiveOr_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_ExclusiveOr*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_ExclusiveOr_Misaki_HighPerformance_Mathematics_uint4_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_ExclusiveOr(Misaki.HighPerformance.Mathematics.uint4,Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator ^(uint4, 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 uint4 operator ^(uint4 lhs, uint4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_GreaterThan_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_GreaterThan*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_GreaterThan_Misaki_HighPerformance_Mathematics_uint4_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_GreaterThan(Misaki.HighPerformance.Mathematics.uint4,Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator >(uint4, 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 bool4 operator >(uint4 lhs, uint4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</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.bool4.html">bool4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_GreaterThanOrEqual_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_GreaterThanOrEqual*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_GreaterThanOrEqual_Misaki_HighPerformance_Mathematics_uint4_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_GreaterThanOrEqual(Misaki.HighPerformance.Mathematics.uint4,Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator >=(uint4, 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 bool4 operator >=(uint4 lhs, uint4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</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.bool4.html">bool4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Implicit_Misaki_HighPerformance_Mathematics_bool4__Misaki_HighPerformance_Mathematics_uint4" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Implicit(Misaki.HighPerformance.Mathematics.bool4)~Misaki.HighPerformance.Mathematics.uint4">
|
|
implicit operator uint4(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 uint4(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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Implicit_Misaki_HighPerformance_Mathematics_double4__Misaki_HighPerformance_Mathematics_uint4" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Implicit(Misaki.HighPerformance.Mathematics.double4)~Misaki.HighPerformance.Mathematics.uint4">
|
|
implicit operator uint4(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 uint4(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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Implicit_Misaki_HighPerformance_Mathematics_float4__Misaki_HighPerformance_Mathematics_uint4" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Implicit(Misaki.HighPerformance.Mathematics.float4)~Misaki.HighPerformance.Mathematics.uint4">
|
|
implicit operator uint4(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 uint4(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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Implicit_Misaki_HighPerformance_Mathematics_int4__Misaki_HighPerformance_Mathematics_uint4" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Implicit(Misaki.HighPerformance.Mathematics.int4)~Misaki.HighPerformance.Mathematics.uint4">
|
|
implicit operator uint4(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 implicit operator uint4(int4 v)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>v</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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Implicit_System_Double__Misaki_HighPerformance_Mathematics_uint4" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Implicit(System.Double)~Misaki.HighPerformance.Mathematics.uint4">
|
|
implicit operator uint4(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 uint4(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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Implicit_System_Int32__Misaki_HighPerformance_Mathematics_uint4" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Implicit(System.Int32)~Misaki.HighPerformance.Mathematics.uint4">
|
|
implicit operator uint4(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 uint4(int 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.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Implicit_System_ReadOnlySpan_System_UInt32___Misaki_HighPerformance_Mathematics_uint4" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Implicit(System.ReadOnlySpan{System.UInt32})~Misaki.HighPerformance.Mathematics.uint4">
|
|
implicit operator uint4(ReadOnlySpan<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 uint4(ReadOnlySpan<uint> 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.uint32">uint</a>></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Implicit_System_Single__Misaki_HighPerformance_Mathematics_uint4" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Implicit(System.Single)~Misaki.HighPerformance.Mathematics.uint4">
|
|
implicit operator uint4(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 uint4(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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Implicit_System_UInt32__Misaki_HighPerformance_Mathematics_uint4" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Implicit(System.UInt32)~Misaki.HighPerformance.Mathematics.uint4">
|
|
implicit operator uint4(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 uint4(uint 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.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Increment_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Increment*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Increment_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Increment(Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator ++(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 uint4 operator ++(uint4 value)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>value</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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Inequality_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Inequality*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Inequality_Misaki_HighPerformance_Mathematics_uint4_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Inequality(Misaki.HighPerformance.Mathematics.uint4,Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator !=(uint4, 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 bool4 operator !=(uint4 lhs, uint4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</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.bool4.html">bool4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_LeftShift_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_LeftShift*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_LeftShift_Misaki_HighPerformance_Mathematics_uint4_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_LeftShift(Misaki.HighPerformance.Mathematics.uint4,System.Int32)">
|
|
operator <<(uint4, 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 uint4 operator <<(uint4 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.uint4.html">uint4</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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_LessThan_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_LessThan*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_LessThan_Misaki_HighPerformance_Mathematics_uint4_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_LessThan(Misaki.HighPerformance.Mathematics.uint4,Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator <(uint4, 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 bool4 operator <(uint4 lhs, uint4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</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.bool4.html">bool4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_LessThanOrEqual_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_LessThanOrEqual*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_LessThanOrEqual_Misaki_HighPerformance_Mathematics_uint4_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_LessThanOrEqual(Misaki.HighPerformance.Mathematics.uint4,Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator <=(uint4, 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 bool4 operator <=(uint4 lhs, uint4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</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.bool4.html">bool4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Modulus_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Modulus*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Modulus_Misaki_HighPerformance_Mathematics_uint4_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Modulus(Misaki.HighPerformance.Mathematics.uint4,Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator %(uint4, 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 uint4 operator %(uint4 lhs, uint4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Modulus_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Modulus*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Modulus_Misaki_HighPerformance_Mathematics_uint4_System_UInt32_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Modulus(Misaki.HighPerformance.Mathematics.uint4,System.UInt32)">
|
|
operator %(uint4, 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 uint4 operator %(uint4 lhs, uint rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Modulus_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Modulus*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Modulus_System_UInt32_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Modulus(System.UInt32,Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator %(uint, 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 uint4 operator %(uint lhs, uint4 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.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_ModulusAssignment_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_ModulusAssignment*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_ModulusAssignment_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_ModulusAssignment(Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator %=(uint4)
|
|
|
|
</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 %=(uint4 other)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>other</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_MultiplicationAssignment_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_MultiplicationAssignment*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_MultiplicationAssignment_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_MultiplicationAssignment(Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator *=(uint4)
|
|
|
|
</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 *=(uint4 other)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>other</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Multiply_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Multiply*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Multiply_Misaki_HighPerformance_Mathematics_uint4_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Multiply(Misaki.HighPerformance.Mathematics.uint4,Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator *(uint4, 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 uint4 operator *(uint4 lhs, uint4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Multiply_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Multiply*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Multiply_Misaki_HighPerformance_Mathematics_uint4_System_UInt32_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Multiply(Misaki.HighPerformance.Mathematics.uint4,System.UInt32)">
|
|
operator *(uint4, 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 uint4 operator *(uint4 lhs, uint rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Multiply_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Multiply*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Multiply_System_UInt32_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Multiply(System.UInt32,Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator *(uint, 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 uint4 operator *(uint lhs, uint4 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.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_OnesComplement_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_OnesComplement*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_OnesComplement_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_OnesComplement(Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator ~(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 uint4 operator ~(uint4 value)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>value</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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_RightShift_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_RightShift*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_RightShift_Misaki_HighPerformance_Mathematics_uint4_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_RightShift(Misaki.HighPerformance.Mathematics.uint4,System.Int32)">
|
|
operator >>(uint4, 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 uint4 operator >>(uint4 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.uint4.html">uint4</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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Subtraction_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Subtraction*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Subtraction_Misaki_HighPerformance_Mathematics_uint4_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Subtraction(Misaki.HighPerformance.Mathematics.uint4,Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator -(uint4, 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 uint4 operator -(uint4 lhs, uint4 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Subtraction_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Subtraction*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Subtraction_Misaki_HighPerformance_Mathematics_uint4_System_UInt32_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Subtraction(Misaki.HighPerformance.Mathematics.uint4,System.UInt32)">
|
|
operator -(uint4, 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 uint4 operator -(uint4 lhs, uint rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_Subtraction_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Subtraction*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_Subtraction_System_UInt32_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_Subtraction(System.UInt32,Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator -(uint, 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 uint4 operator -(uint lhs, uint4 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.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_SubtractionAssignment_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_SubtractionAssignment*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_SubtractionAssignment_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_SubtractionAssignment(Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator -=(uint4)
|
|
|
|
</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 -=(uint4 other)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>other</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_UnaryNegation_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_UnaryNegation*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_UnaryNegation_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_UnaryNegation(Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator -(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 uint4 operator -(uint4 value)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>value</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.uint4.html">uint4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_uint4_op_UnaryPlus_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_UnaryPlus*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_uint4_op_UnaryPlus_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.uint4.op_UnaryPlus(Misaki.HighPerformance.Mathematics.uint4)">
|
|
operator +(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 uint4 operator +(uint4 value)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>value</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.uint4.html">uint4</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>
|