6420 lines
152 KiB
HTML
6420 lines
152 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Struct int3 | Misaki.HighPerformance </title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="title" content="Struct int3 | 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.int3">
|
|
|
|
|
|
|
|
<h1 id="Misaki_HighPerformance_Mathematics_int3" data-uid="Misaki.HighPerformance.Mathematics.int3" class="text-break">
|
|
Struct int3
|
|
</h1>
|
|
|
|
<div class="facts text-secondary">
|
|
<dl><dt>Namespace</dt><dd><a class="xref" href="Misaki.html">Misaki</a>.<a class="xref" href="Misaki.HighPerformance.html">HighPerformance</a>.<a class="xref" href="Misaki.HighPerformance.Mathematics.html">Mathematics</a></dd></dl>
|
|
<dl><dt>Assembly</dt><dd>Misaki.HighPerformance.Mathematics.dll</dd></dl>
|
|
</div>
|
|
|
|
<div class="markdown summary"></div>
|
|
<div class="markdown conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[NumericType(typeof(int), 4, 3, 1, "global::Misaki.HighPerformance.Mathematics.int", true, true, null, null)]
|
|
[NumericConvertable("(int){v}.{c}", new Type[] { typeof(uint3), typeof(float3), typeof(double3), typeof(bool3) })]
|
|
[NumericConvertable("(int){v}", new Type[] { typeof(uint), typeof(float), typeof(double) })]
|
|
public struct int3 : IEquatable<int3></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.int3.html">int3</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_int3_">VectorInterop.AsVector128(int3)</a>
|
|
</div>
|
|
</dd></dl>
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="section" id="constructors">Constructors
|
|
</h2>
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int3.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3__ctor_Misaki_HighPerformance_Mathematics_bool3_" data-uid="Misaki.HighPerformance.Mathematics.int3.#ctor(Misaki.HighPerformance.Mathematics.bool3)">
|
|
int3(bool3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int3(bool3 v)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.bool3.html">bool3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int3.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3__ctor_Misaki_HighPerformance_Mathematics_double3_" data-uid="Misaki.HighPerformance.Mathematics.int3.#ctor(Misaki.HighPerformance.Mathematics.double3)">
|
|
int3(double3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int3(double3 v)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.double3.html">double3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int3.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3__ctor_Misaki_HighPerformance_Mathematics_float3_" data-uid="Misaki.HighPerformance.Mathematics.int3.#ctor(Misaki.HighPerformance.Mathematics.float3)">
|
|
int3(float3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int3(float3 v)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int3.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3__ctor_Misaki_HighPerformance_Mathematics_int2_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.int3.#ctor(Misaki.HighPerformance.Mathematics.int2,System.Int32)">
|
|
int3(int2, int)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int3(int2 xy, int z)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>xy</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
<dt><code>z</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int3.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3__ctor_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.#ctor(Misaki.HighPerformance.Mathematics.int3)">
|
|
int3(int3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int3(int3 xyz)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>xyz</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int3.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3__ctor_Misaki_HighPerformance_Mathematics_uint3_" data-uid="Misaki.HighPerformance.Mathematics.int3.#ctor(Misaki.HighPerformance.Mathematics.uint3)">
|
|
int3(uint3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int3(uint3 v)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int3.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3__ctor_System_Double_" data-uid="Misaki.HighPerformance.Mathematics.int3.#ctor(System.Double)">
|
|
int3(double)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int3(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_int3__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int3.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3__ctor_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.int3.#ctor(System.Int32)">
|
|
int3(int)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int3(int value)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>value</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int3.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3__ctor_System_Int32_Misaki_HighPerformance_Mathematics_int2_" data-uid="Misaki.HighPerformance.Mathematics.int3.#ctor(System.Int32,Misaki.HighPerformance.Mathematics.int2)">
|
|
int3(int, int2)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int3(int x, int2 yz)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>x</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
<dt><code>yz</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int3.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3__ctor_System_Int32_System_Int32_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.int3.#ctor(System.Int32,System.Int32,System.Int32)">
|
|
int3(int, int, int)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int3(int x, int y, int z)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>x</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
<dt><code>y</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
<dt><code>z</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int3.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3__ctor_System_ReadOnlySpan_System_Int32__" data-uid="Misaki.HighPerformance.Mathematics.int3.#ctor(System.ReadOnlySpan{System.Int32})">
|
|
int3(ReadOnlySpan<int>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int3(ReadOnlySpan<int> values)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>values</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.readonlyspan-1">ReadOnlySpan</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int3.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3__ctor_System_Single_" data-uid="Misaki.HighPerformance.Mathematics.int3.#ctor(System.Single)">
|
|
int3(float)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int3(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_int3__ctor_" data-uid="Misaki.HighPerformance.Mathematics.int3.#ctor*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3__ctor_System_UInt32_" data-uid="Misaki.HighPerformance.Mathematics.int3.#ctor(System.UInt32)">
|
|
int3(uint)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int3(uint v)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>v</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="section" id="fields">Fields
|
|
</h2>
|
|
|
|
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_x" data-uid="Misaki.HighPerformance.Mathematics.int3.x">
|
|
x
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int x</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Field Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_y" data-uid="Misaki.HighPerformance.Mathematics.int3.y">
|
|
y
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int y</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Field Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_z" data-uid="Misaki.HighPerformance.Mathematics.int3.z">
|
|
z
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int z</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Field Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="section" id="properties">Properties
|
|
</h2>
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_Item_" data-uid="Misaki.HighPerformance.Mathematics.int3.Item*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_Item_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.int3.Item(System.Int32)">
|
|
this[int]
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public ref int this[int index] { get; }</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>index</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_one_" data-uid="Misaki.HighPerformance.Mathematics.int3.one*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_one" data-uid="Misaki.HighPerformance.Mathematics.int3.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 int3 one { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_unitX_" data-uid="Misaki.HighPerformance.Mathematics.int3.unitX*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_unitX" data-uid="Misaki.HighPerformance.Mathematics.int3.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 int3 unitX { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_unitY_" data-uid="Misaki.HighPerformance.Mathematics.int3.unitY*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_unitY" data-uid="Misaki.HighPerformance.Mathematics.int3.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 int3 unitY { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_unitZ_" data-uid="Misaki.HighPerformance.Mathematics.int3.unitZ*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_unitZ" data-uid="Misaki.HighPerformance.Mathematics.int3.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 int3 unitZ { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xx_" data-uid="Misaki.HighPerformance.Mathematics.int3.xx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xx" data-uid="Misaki.HighPerformance.Mathematics.int3.xx">
|
|
xx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int2 xx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xxx_" data-uid="Misaki.HighPerformance.Mathematics.int3.xxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xxx" data-uid="Misaki.HighPerformance.Mathematics.int3.xxx">
|
|
xxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 xxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xxxx_" data-uid="Misaki.HighPerformance.Mathematics.int3.xxxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xxxx" data-uid="Misaki.HighPerformance.Mathematics.int3.xxxx">
|
|
xxxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xxxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xxxy_" data-uid="Misaki.HighPerformance.Mathematics.int3.xxxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xxxy" data-uid="Misaki.HighPerformance.Mathematics.int3.xxxy">
|
|
xxxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xxxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xxxz_" data-uid="Misaki.HighPerformance.Mathematics.int3.xxxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xxxz" data-uid="Misaki.HighPerformance.Mathematics.int3.xxxz">
|
|
xxxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xxxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xxy_" data-uid="Misaki.HighPerformance.Mathematics.int3.xxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xxy" data-uid="Misaki.HighPerformance.Mathematics.int3.xxy">
|
|
xxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 xxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xxyx_" data-uid="Misaki.HighPerformance.Mathematics.int3.xxyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xxyx" data-uid="Misaki.HighPerformance.Mathematics.int3.xxyx">
|
|
xxyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xxyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xxyy_" data-uid="Misaki.HighPerformance.Mathematics.int3.xxyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xxyy" data-uid="Misaki.HighPerformance.Mathematics.int3.xxyy">
|
|
xxyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xxyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xxyz_" data-uid="Misaki.HighPerformance.Mathematics.int3.xxyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xxyz" data-uid="Misaki.HighPerformance.Mathematics.int3.xxyz">
|
|
xxyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xxyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xxz_" data-uid="Misaki.HighPerformance.Mathematics.int3.xxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xxz" data-uid="Misaki.HighPerformance.Mathematics.int3.xxz">
|
|
xxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 xxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xxzx_" data-uid="Misaki.HighPerformance.Mathematics.int3.xxzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xxzx" data-uid="Misaki.HighPerformance.Mathematics.int3.xxzx">
|
|
xxzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xxzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xxzy_" data-uid="Misaki.HighPerformance.Mathematics.int3.xxzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xxzy" data-uid="Misaki.HighPerformance.Mathematics.int3.xxzy">
|
|
xxzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xxzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xxzz_" data-uid="Misaki.HighPerformance.Mathematics.int3.xxzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xxzz" data-uid="Misaki.HighPerformance.Mathematics.int3.xxzz">
|
|
xxzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xxzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xy_" data-uid="Misaki.HighPerformance.Mathematics.int3.xy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xy" data-uid="Misaki.HighPerformance.Mathematics.int3.xy">
|
|
xy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int2 xy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xyx_" data-uid="Misaki.HighPerformance.Mathematics.int3.xyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xyx" data-uid="Misaki.HighPerformance.Mathematics.int3.xyx">
|
|
xyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 xyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xyxx_" data-uid="Misaki.HighPerformance.Mathematics.int3.xyxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xyxx" data-uid="Misaki.HighPerformance.Mathematics.int3.xyxx">
|
|
xyxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xyxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xyxy_" data-uid="Misaki.HighPerformance.Mathematics.int3.xyxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xyxy" data-uid="Misaki.HighPerformance.Mathematics.int3.xyxy">
|
|
xyxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xyxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xyxz_" data-uid="Misaki.HighPerformance.Mathematics.int3.xyxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xyxz" data-uid="Misaki.HighPerformance.Mathematics.int3.xyxz">
|
|
xyxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xyxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xyy_" data-uid="Misaki.HighPerformance.Mathematics.int3.xyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xyy" data-uid="Misaki.HighPerformance.Mathematics.int3.xyy">
|
|
xyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 xyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xyyx_" data-uid="Misaki.HighPerformance.Mathematics.int3.xyyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xyyx" data-uid="Misaki.HighPerformance.Mathematics.int3.xyyx">
|
|
xyyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xyyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xyyy_" data-uid="Misaki.HighPerformance.Mathematics.int3.xyyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xyyy" data-uid="Misaki.HighPerformance.Mathematics.int3.xyyy">
|
|
xyyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xyyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xyyz_" data-uid="Misaki.HighPerformance.Mathematics.int3.xyyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xyyz" data-uid="Misaki.HighPerformance.Mathematics.int3.xyyz">
|
|
xyyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xyyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xyz_" data-uid="Misaki.HighPerformance.Mathematics.int3.xyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xyz" data-uid="Misaki.HighPerformance.Mathematics.int3.xyz">
|
|
xyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 xyz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xyzx_" data-uid="Misaki.HighPerformance.Mathematics.int3.xyzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xyzx" data-uid="Misaki.HighPerformance.Mathematics.int3.xyzx">
|
|
xyzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xyzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xyzy_" data-uid="Misaki.HighPerformance.Mathematics.int3.xyzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xyzy" data-uid="Misaki.HighPerformance.Mathematics.int3.xyzy">
|
|
xyzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xyzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xyzz_" data-uid="Misaki.HighPerformance.Mathematics.int3.xyzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xyzz" data-uid="Misaki.HighPerformance.Mathematics.int3.xyzz">
|
|
xyzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xyzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xz_" data-uid="Misaki.HighPerformance.Mathematics.int3.xz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xz" data-uid="Misaki.HighPerformance.Mathematics.int3.xz">
|
|
xz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int2 xz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xzx_" data-uid="Misaki.HighPerformance.Mathematics.int3.xzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xzx" data-uid="Misaki.HighPerformance.Mathematics.int3.xzx">
|
|
xzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 xzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xzxx_" data-uid="Misaki.HighPerformance.Mathematics.int3.xzxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xzxx" data-uid="Misaki.HighPerformance.Mathematics.int3.xzxx">
|
|
xzxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xzxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xzxy_" data-uid="Misaki.HighPerformance.Mathematics.int3.xzxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xzxy" data-uid="Misaki.HighPerformance.Mathematics.int3.xzxy">
|
|
xzxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xzxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xzxz_" data-uid="Misaki.HighPerformance.Mathematics.int3.xzxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xzxz" data-uid="Misaki.HighPerformance.Mathematics.int3.xzxz">
|
|
xzxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xzxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xzy_" data-uid="Misaki.HighPerformance.Mathematics.int3.xzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xzy" data-uid="Misaki.HighPerformance.Mathematics.int3.xzy">
|
|
xzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 xzy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xzyx_" data-uid="Misaki.HighPerformance.Mathematics.int3.xzyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xzyx" data-uid="Misaki.HighPerformance.Mathematics.int3.xzyx">
|
|
xzyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xzyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xzyy_" data-uid="Misaki.HighPerformance.Mathematics.int3.xzyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xzyy" data-uid="Misaki.HighPerformance.Mathematics.int3.xzyy">
|
|
xzyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xzyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xzyz_" data-uid="Misaki.HighPerformance.Mathematics.int3.xzyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xzyz" data-uid="Misaki.HighPerformance.Mathematics.int3.xzyz">
|
|
xzyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xzyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xzz_" data-uid="Misaki.HighPerformance.Mathematics.int3.xzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xzz" data-uid="Misaki.HighPerformance.Mathematics.int3.xzz">
|
|
xzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 xzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xzzx_" data-uid="Misaki.HighPerformance.Mathematics.int3.xzzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xzzx" data-uid="Misaki.HighPerformance.Mathematics.int3.xzzx">
|
|
xzzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xzzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xzzy_" data-uid="Misaki.HighPerformance.Mathematics.int3.xzzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xzzy" data-uid="Misaki.HighPerformance.Mathematics.int3.xzzy">
|
|
xzzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xzzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_xzzz_" data-uid="Misaki.HighPerformance.Mathematics.int3.xzzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_xzzz" data-uid="Misaki.HighPerformance.Mathematics.int3.xzzz">
|
|
xzzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 xzzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yx_" data-uid="Misaki.HighPerformance.Mathematics.int3.yx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yx" data-uid="Misaki.HighPerformance.Mathematics.int3.yx">
|
|
yx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int2 yx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yxx_" data-uid="Misaki.HighPerformance.Mathematics.int3.yxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yxx" data-uid="Misaki.HighPerformance.Mathematics.int3.yxx">
|
|
yxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 yxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yxxx_" data-uid="Misaki.HighPerformance.Mathematics.int3.yxxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yxxx" data-uid="Misaki.HighPerformance.Mathematics.int3.yxxx">
|
|
yxxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yxxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yxxy_" data-uid="Misaki.HighPerformance.Mathematics.int3.yxxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yxxy" data-uid="Misaki.HighPerformance.Mathematics.int3.yxxy">
|
|
yxxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yxxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yxxz_" data-uid="Misaki.HighPerformance.Mathematics.int3.yxxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yxxz" data-uid="Misaki.HighPerformance.Mathematics.int3.yxxz">
|
|
yxxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yxxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yxy_" data-uid="Misaki.HighPerformance.Mathematics.int3.yxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yxy" data-uid="Misaki.HighPerformance.Mathematics.int3.yxy">
|
|
yxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 yxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yxyx_" data-uid="Misaki.HighPerformance.Mathematics.int3.yxyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yxyx" data-uid="Misaki.HighPerformance.Mathematics.int3.yxyx">
|
|
yxyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yxyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yxyy_" data-uid="Misaki.HighPerformance.Mathematics.int3.yxyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yxyy" data-uid="Misaki.HighPerformance.Mathematics.int3.yxyy">
|
|
yxyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yxyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yxyz_" data-uid="Misaki.HighPerformance.Mathematics.int3.yxyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yxyz" data-uid="Misaki.HighPerformance.Mathematics.int3.yxyz">
|
|
yxyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yxyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yxz_" data-uid="Misaki.HighPerformance.Mathematics.int3.yxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yxz" data-uid="Misaki.HighPerformance.Mathematics.int3.yxz">
|
|
yxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 yxz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yxzx_" data-uid="Misaki.HighPerformance.Mathematics.int3.yxzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yxzx" data-uid="Misaki.HighPerformance.Mathematics.int3.yxzx">
|
|
yxzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yxzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yxzy_" data-uid="Misaki.HighPerformance.Mathematics.int3.yxzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yxzy" data-uid="Misaki.HighPerformance.Mathematics.int3.yxzy">
|
|
yxzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yxzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yxzz_" data-uid="Misaki.HighPerformance.Mathematics.int3.yxzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yxzz" data-uid="Misaki.HighPerformance.Mathematics.int3.yxzz">
|
|
yxzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yxzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yy_" data-uid="Misaki.HighPerformance.Mathematics.int3.yy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yy" data-uid="Misaki.HighPerformance.Mathematics.int3.yy">
|
|
yy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int2 yy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yyx_" data-uid="Misaki.HighPerformance.Mathematics.int3.yyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yyx" data-uid="Misaki.HighPerformance.Mathematics.int3.yyx">
|
|
yyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 yyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yyxx_" data-uid="Misaki.HighPerformance.Mathematics.int3.yyxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yyxx" data-uid="Misaki.HighPerformance.Mathematics.int3.yyxx">
|
|
yyxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yyxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yyxy_" data-uid="Misaki.HighPerformance.Mathematics.int3.yyxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yyxy" data-uid="Misaki.HighPerformance.Mathematics.int3.yyxy">
|
|
yyxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yyxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yyxz_" data-uid="Misaki.HighPerformance.Mathematics.int3.yyxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yyxz" data-uid="Misaki.HighPerformance.Mathematics.int3.yyxz">
|
|
yyxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yyxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yyy_" data-uid="Misaki.HighPerformance.Mathematics.int3.yyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yyy" data-uid="Misaki.HighPerformance.Mathematics.int3.yyy">
|
|
yyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 yyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yyyx_" data-uid="Misaki.HighPerformance.Mathematics.int3.yyyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yyyx" data-uid="Misaki.HighPerformance.Mathematics.int3.yyyx">
|
|
yyyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yyyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yyyy_" data-uid="Misaki.HighPerformance.Mathematics.int3.yyyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yyyy" data-uid="Misaki.HighPerformance.Mathematics.int3.yyyy">
|
|
yyyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yyyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yyyz_" data-uid="Misaki.HighPerformance.Mathematics.int3.yyyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yyyz" data-uid="Misaki.HighPerformance.Mathematics.int3.yyyz">
|
|
yyyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yyyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yyz_" data-uid="Misaki.HighPerformance.Mathematics.int3.yyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yyz" data-uid="Misaki.HighPerformance.Mathematics.int3.yyz">
|
|
yyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 yyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yyzx_" data-uid="Misaki.HighPerformance.Mathematics.int3.yyzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yyzx" data-uid="Misaki.HighPerformance.Mathematics.int3.yyzx">
|
|
yyzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yyzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yyzy_" data-uid="Misaki.HighPerformance.Mathematics.int3.yyzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yyzy" data-uid="Misaki.HighPerformance.Mathematics.int3.yyzy">
|
|
yyzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yyzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yyzz_" data-uid="Misaki.HighPerformance.Mathematics.int3.yyzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yyzz" data-uid="Misaki.HighPerformance.Mathematics.int3.yyzz">
|
|
yyzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yyzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yz_" data-uid="Misaki.HighPerformance.Mathematics.int3.yz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yz" data-uid="Misaki.HighPerformance.Mathematics.int3.yz">
|
|
yz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int2 yz { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yzx_" data-uid="Misaki.HighPerformance.Mathematics.int3.yzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yzx" data-uid="Misaki.HighPerformance.Mathematics.int3.yzx">
|
|
yzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 yzx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yzxx_" data-uid="Misaki.HighPerformance.Mathematics.int3.yzxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yzxx" data-uid="Misaki.HighPerformance.Mathematics.int3.yzxx">
|
|
yzxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yzxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yzxy_" data-uid="Misaki.HighPerformance.Mathematics.int3.yzxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yzxy" data-uid="Misaki.HighPerformance.Mathematics.int3.yzxy">
|
|
yzxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yzxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yzxz_" data-uid="Misaki.HighPerformance.Mathematics.int3.yzxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yzxz" data-uid="Misaki.HighPerformance.Mathematics.int3.yzxz">
|
|
yzxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yzxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yzy_" data-uid="Misaki.HighPerformance.Mathematics.int3.yzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yzy" data-uid="Misaki.HighPerformance.Mathematics.int3.yzy">
|
|
yzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 yzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yzyx_" data-uid="Misaki.HighPerformance.Mathematics.int3.yzyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yzyx" data-uid="Misaki.HighPerformance.Mathematics.int3.yzyx">
|
|
yzyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yzyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yzyy_" data-uid="Misaki.HighPerformance.Mathematics.int3.yzyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yzyy" data-uid="Misaki.HighPerformance.Mathematics.int3.yzyy">
|
|
yzyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yzyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yzyz_" data-uid="Misaki.HighPerformance.Mathematics.int3.yzyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yzyz" data-uid="Misaki.HighPerformance.Mathematics.int3.yzyz">
|
|
yzyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yzyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yzz_" data-uid="Misaki.HighPerformance.Mathematics.int3.yzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yzz" data-uid="Misaki.HighPerformance.Mathematics.int3.yzz">
|
|
yzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 yzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yzzx_" data-uid="Misaki.HighPerformance.Mathematics.int3.yzzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yzzx" data-uid="Misaki.HighPerformance.Mathematics.int3.yzzx">
|
|
yzzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yzzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yzzy_" data-uid="Misaki.HighPerformance.Mathematics.int3.yzzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yzzy" data-uid="Misaki.HighPerformance.Mathematics.int3.yzzy">
|
|
yzzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yzzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_yzzz_" data-uid="Misaki.HighPerformance.Mathematics.int3.yzzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_yzzz" data-uid="Misaki.HighPerformance.Mathematics.int3.yzzz">
|
|
yzzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 yzzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zero_" data-uid="Misaki.HighPerformance.Mathematics.int3.zero*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zero" data-uid="Misaki.HighPerformance.Mathematics.int3.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 int3 zero { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zx_" data-uid="Misaki.HighPerformance.Mathematics.int3.zx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zx" data-uid="Misaki.HighPerformance.Mathematics.int3.zx">
|
|
zx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int2 zx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zxx_" data-uid="Misaki.HighPerformance.Mathematics.int3.zxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zxx" data-uid="Misaki.HighPerformance.Mathematics.int3.zxx">
|
|
zxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 zxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zxxx_" data-uid="Misaki.HighPerformance.Mathematics.int3.zxxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zxxx" data-uid="Misaki.HighPerformance.Mathematics.int3.zxxx">
|
|
zxxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zxxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zxxy_" data-uid="Misaki.HighPerformance.Mathematics.int3.zxxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zxxy" data-uid="Misaki.HighPerformance.Mathematics.int3.zxxy">
|
|
zxxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zxxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zxxz_" data-uid="Misaki.HighPerformance.Mathematics.int3.zxxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zxxz" data-uid="Misaki.HighPerformance.Mathematics.int3.zxxz">
|
|
zxxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zxxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zxy_" data-uid="Misaki.HighPerformance.Mathematics.int3.zxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zxy" data-uid="Misaki.HighPerformance.Mathematics.int3.zxy">
|
|
zxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 zxy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zxyx_" data-uid="Misaki.HighPerformance.Mathematics.int3.zxyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zxyx" data-uid="Misaki.HighPerformance.Mathematics.int3.zxyx">
|
|
zxyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zxyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zxyy_" data-uid="Misaki.HighPerformance.Mathematics.int3.zxyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zxyy" data-uid="Misaki.HighPerformance.Mathematics.int3.zxyy">
|
|
zxyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zxyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zxyz_" data-uid="Misaki.HighPerformance.Mathematics.int3.zxyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zxyz" data-uid="Misaki.HighPerformance.Mathematics.int3.zxyz">
|
|
zxyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zxyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zxz_" data-uid="Misaki.HighPerformance.Mathematics.int3.zxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zxz" data-uid="Misaki.HighPerformance.Mathematics.int3.zxz">
|
|
zxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 zxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zxzx_" data-uid="Misaki.HighPerformance.Mathematics.int3.zxzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zxzx" data-uid="Misaki.HighPerformance.Mathematics.int3.zxzx">
|
|
zxzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zxzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zxzy_" data-uid="Misaki.HighPerformance.Mathematics.int3.zxzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zxzy" data-uid="Misaki.HighPerformance.Mathematics.int3.zxzy">
|
|
zxzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zxzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zxzz_" data-uid="Misaki.HighPerformance.Mathematics.int3.zxzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zxzz" data-uid="Misaki.HighPerformance.Mathematics.int3.zxzz">
|
|
zxzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zxzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zy_" data-uid="Misaki.HighPerformance.Mathematics.int3.zy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zy" data-uid="Misaki.HighPerformance.Mathematics.int3.zy">
|
|
zy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int2 zy { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zyx_" data-uid="Misaki.HighPerformance.Mathematics.int3.zyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zyx" data-uid="Misaki.HighPerformance.Mathematics.int3.zyx">
|
|
zyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public int3 zyx { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zyxx_" data-uid="Misaki.HighPerformance.Mathematics.int3.zyxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zyxx" data-uid="Misaki.HighPerformance.Mathematics.int3.zyxx">
|
|
zyxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zyxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zyxy_" data-uid="Misaki.HighPerformance.Mathematics.int3.zyxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zyxy" data-uid="Misaki.HighPerformance.Mathematics.int3.zyxy">
|
|
zyxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zyxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zyxz_" data-uid="Misaki.HighPerformance.Mathematics.int3.zyxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zyxz" data-uid="Misaki.HighPerformance.Mathematics.int3.zyxz">
|
|
zyxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zyxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zyy_" data-uid="Misaki.HighPerformance.Mathematics.int3.zyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zyy" data-uid="Misaki.HighPerformance.Mathematics.int3.zyy">
|
|
zyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 zyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zyyx_" data-uid="Misaki.HighPerformance.Mathematics.int3.zyyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zyyx" data-uid="Misaki.HighPerformance.Mathematics.int3.zyyx">
|
|
zyyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zyyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zyyy_" data-uid="Misaki.HighPerformance.Mathematics.int3.zyyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zyyy" data-uid="Misaki.HighPerformance.Mathematics.int3.zyyy">
|
|
zyyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zyyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zyyz_" data-uid="Misaki.HighPerformance.Mathematics.int3.zyyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zyyz" data-uid="Misaki.HighPerformance.Mathematics.int3.zyyz">
|
|
zyyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zyyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zyz_" data-uid="Misaki.HighPerformance.Mathematics.int3.zyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zyz" data-uid="Misaki.HighPerformance.Mathematics.int3.zyz">
|
|
zyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 zyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zyzx_" data-uid="Misaki.HighPerformance.Mathematics.int3.zyzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zyzx" data-uid="Misaki.HighPerformance.Mathematics.int3.zyzx">
|
|
zyzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zyzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zyzy_" data-uid="Misaki.HighPerformance.Mathematics.int3.zyzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zyzy" data-uid="Misaki.HighPerformance.Mathematics.int3.zyzy">
|
|
zyzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zyzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zyzz_" data-uid="Misaki.HighPerformance.Mathematics.int3.zyzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zyzz" data-uid="Misaki.HighPerformance.Mathematics.int3.zyzz">
|
|
zyzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zyzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zz_" data-uid="Misaki.HighPerformance.Mathematics.int3.zz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zz" data-uid="Misaki.HighPerformance.Mathematics.int3.zz">
|
|
zz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int2 zz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int2.html">int2</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zzx_" data-uid="Misaki.HighPerformance.Mathematics.int3.zzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zzx" data-uid="Misaki.HighPerformance.Mathematics.int3.zzx">
|
|
zzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 zzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zzxx_" data-uid="Misaki.HighPerformance.Mathematics.int3.zzxx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zzxx" data-uid="Misaki.HighPerformance.Mathematics.int3.zzxx">
|
|
zzxx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zzxx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zzxy_" data-uid="Misaki.HighPerformance.Mathematics.int3.zzxy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zzxy" data-uid="Misaki.HighPerformance.Mathematics.int3.zzxy">
|
|
zzxy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zzxy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zzxz_" data-uid="Misaki.HighPerformance.Mathematics.int3.zzxz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zzxz" data-uid="Misaki.HighPerformance.Mathematics.int3.zzxz">
|
|
zzxz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zzxz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zzy_" data-uid="Misaki.HighPerformance.Mathematics.int3.zzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zzy" data-uid="Misaki.HighPerformance.Mathematics.int3.zzy">
|
|
zzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 zzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zzyx_" data-uid="Misaki.HighPerformance.Mathematics.int3.zzyx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zzyx" data-uid="Misaki.HighPerformance.Mathematics.int3.zzyx">
|
|
zzyx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zzyx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zzyy_" data-uid="Misaki.HighPerformance.Mathematics.int3.zzyy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zzyy" data-uid="Misaki.HighPerformance.Mathematics.int3.zzyy">
|
|
zzyy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zzyy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zzyz_" data-uid="Misaki.HighPerformance.Mathematics.int3.zzyz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zzyz" data-uid="Misaki.HighPerformance.Mathematics.int3.zzyz">
|
|
zzyz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zzyz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zzz_" data-uid="Misaki.HighPerformance.Mathematics.int3.zzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zzz" data-uid="Misaki.HighPerformance.Mathematics.int3.zzz">
|
|
zzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int3 zzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zzzx_" data-uid="Misaki.HighPerformance.Mathematics.int3.zzzx*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zzzx" data-uid="Misaki.HighPerformance.Mathematics.int3.zzzx">
|
|
zzzx
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zzzx { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zzzy_" data-uid="Misaki.HighPerformance.Mathematics.int3.zzzy*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zzzy" data-uid="Misaki.HighPerformance.Mathematics.int3.zzzy">
|
|
zzzy
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zzzy { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_zzzz_" data-uid="Misaki.HighPerformance.Mathematics.int3.zzzz*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_zzzz" data-uid="Misaki.HighPerformance.Mathematics.int3.zzzz">
|
|
zzzz
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[JsonIgnore]
|
|
public readonly int4 zzzz { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="section" id="methods">Methods
|
|
</h2>
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_Equals_" data-uid="Misaki.HighPerformance.Mathematics.int3.Equals*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_Equals_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.Equals(Misaki.HighPerformance.Mathematics.int3)">
|
|
Equals(int3)
|
|
|
|
</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(int3 other)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>other</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</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_int3_Equals_" data-uid="Misaki.HighPerformance.Mathematics.int3.Equals*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_Equals_System_Object_" data-uid="Misaki.HighPerformance.Mathematics.int3.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_int3_GetHashCode_" data-uid="Misaki.HighPerformance.Mathematics.int3.GetHashCode*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_GetHashCode" data-uid="Misaki.HighPerformance.Mathematics.int3.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_int3_ToString_" data-uid="Misaki.HighPerformance.Mathematics.int3.ToString*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_ToString" data-uid="Misaki.HighPerformance.Mathematics.int3.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_int3_op_Addition_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Addition*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Addition_Misaki_HighPerformance_Mathematics_int3_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Addition(Misaki.HighPerformance.Mathematics.int3,Misaki.HighPerformance.Mathematics.int3)">
|
|
operator +(int3, int3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int3 operator +(int3 lhs, int3 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Addition_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Addition*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Addition_Misaki_HighPerformance_Mathematics_int3_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Addition(Misaki.HighPerformance.Mathematics.int3,System.Int32)">
|
|
operator +(int3, int)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int3 operator +(int3 lhs, int rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Addition_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Addition*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Addition_System_Int32_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Addition(System.Int32,Misaki.HighPerformance.Mathematics.int3)">
|
|
operator +(int, int3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int3 operator +(int lhs, int3 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_AdditionAssignment_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_AdditionAssignment*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_AdditionAssignment_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_AdditionAssignment(Misaki.HighPerformance.Mathematics.int3)">
|
|
operator +=(int3)
|
|
|
|
</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 +=(int3 other)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>other</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_BitwiseAnd_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_BitwiseAnd*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_BitwiseAnd_Misaki_HighPerformance_Mathematics_int3_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_BitwiseAnd(Misaki.HighPerformance.Mathematics.int3,Misaki.HighPerformance.Mathematics.int3)">
|
|
operator &(int3, int3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int3 operator &(int3 lhs, int3 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_BitwiseOr_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_BitwiseOr*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_BitwiseOr_Misaki_HighPerformance_Mathematics_int3_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_BitwiseOr(Misaki.HighPerformance.Mathematics.int3,Misaki.HighPerformance.Mathematics.int3)">
|
|
operator |(int3, int3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int3 operator |(int3 lhs, int3 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Decrement_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Decrement*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Decrement_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Decrement(Misaki.HighPerformance.Mathematics.int3)">
|
|
operator --(int3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int3 operator --(int3 value)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>value</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Division_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Division*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Division_Misaki_HighPerformance_Mathematics_int3_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Division(Misaki.HighPerformance.Mathematics.int3,Misaki.HighPerformance.Mathematics.int3)">
|
|
operator /(int3, int3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int3 operator /(int3 lhs, int3 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Division_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Division*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Division_Misaki_HighPerformance_Mathematics_int3_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Division(Misaki.HighPerformance.Mathematics.int3,System.Int32)">
|
|
operator /(int3, int)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int3 operator /(int3 lhs, int rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Division_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Division*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Division_System_Int32_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Division(System.Int32,Misaki.HighPerformance.Mathematics.int3)">
|
|
operator /(int, int3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int3 operator /(int lhs, int3 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_DivisionAssignment_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_DivisionAssignment*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_DivisionAssignment_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_DivisionAssignment(Misaki.HighPerformance.Mathematics.int3)">
|
|
operator /=(int3)
|
|
|
|
</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 /=(int3 other)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>other</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Equality_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Equality*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Equality_Misaki_HighPerformance_Mathematics_int3_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Equality(Misaki.HighPerformance.Mathematics.int3,Misaki.HighPerformance.Mathematics.int3)">
|
|
operator ==(int3, int3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static bool3 operator ==(int3 lhs, int3 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool3.html">bool3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_ExclusiveOr_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_ExclusiveOr*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_ExclusiveOr_Misaki_HighPerformance_Mathematics_int3_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_ExclusiveOr(Misaki.HighPerformance.Mathematics.int3,Misaki.HighPerformance.Mathematics.int3)">
|
|
operator ^(int3, int3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int3 operator ^(int3 lhs, int3 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_GreaterThan_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_GreaterThan*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_GreaterThan_Misaki_HighPerformance_Mathematics_int3_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_GreaterThan(Misaki.HighPerformance.Mathematics.int3,Misaki.HighPerformance.Mathematics.int3)">
|
|
operator >(int3, int3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static bool3 operator >(int3 lhs, int3 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool3.html">bool3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_GreaterThanOrEqual_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_GreaterThanOrEqual*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_GreaterThanOrEqual_Misaki_HighPerformance_Mathematics_int3_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_GreaterThanOrEqual(Misaki.HighPerformance.Mathematics.int3,Misaki.HighPerformance.Mathematics.int3)">
|
|
operator >=(int3, int3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static bool3 operator >=(int3 lhs, int3 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool3.html">bool3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Implicit_Misaki_HighPerformance_Mathematics_bool3__Misaki_HighPerformance_Mathematics_int3" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Implicit(Misaki.HighPerformance.Mathematics.bool3)~Misaki.HighPerformance.Mathematics.int3">
|
|
implicit operator int3(bool3)
|
|
|
|
</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 int3(bool3 v)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.bool3.html">bool3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Implicit_Misaki_HighPerformance_Mathematics_double3__Misaki_HighPerformance_Mathematics_int3" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Implicit(Misaki.HighPerformance.Mathematics.double3)~Misaki.HighPerformance.Mathematics.int3">
|
|
implicit operator int3(double3)
|
|
|
|
</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 int3(double3 v)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.double3.html">double3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Implicit_Misaki_HighPerformance_Mathematics_float3__Misaki_HighPerformance_Mathematics_int3" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Implicit(Misaki.HighPerformance.Mathematics.float3)~Misaki.HighPerformance.Mathematics.int3">
|
|
implicit operator int3(float3)
|
|
|
|
</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 int3(float3 v)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Implicit_Misaki_HighPerformance_Mathematics_uint3__Misaki_HighPerformance_Mathematics_int3" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Implicit(Misaki.HighPerformance.Mathematics.uint3)~Misaki.HighPerformance.Mathematics.int3">
|
|
implicit operator int3(uint3)
|
|
|
|
</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 int3(uint3 v)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint3.html">uint3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Implicit_System_Double__Misaki_HighPerformance_Mathematics_int3" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Implicit(System.Double)~Misaki.HighPerformance.Mathematics.int3">
|
|
implicit operator int3(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 int3(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.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Implicit_System_Int32__Misaki_HighPerformance_Mathematics_int3" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Implicit(System.Int32)~Misaki.HighPerformance.Mathematics.int3">
|
|
implicit operator int3(int)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static implicit operator int3(int value)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>value</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Implicit_System_ReadOnlySpan_System_Int32___Misaki_HighPerformance_Mathematics_int3" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Implicit(System.ReadOnlySpan{System.Int32})~Misaki.HighPerformance.Mathematics.int3">
|
|
implicit operator int3(ReadOnlySpan<int>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static implicit operator int3(ReadOnlySpan<int> value)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>value</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.readonlyspan-1">ReadOnlySpan</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Implicit_System_Single__Misaki_HighPerformance_Mathematics_int3" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Implicit(System.Single)~Misaki.HighPerformance.Mathematics.int3">
|
|
implicit operator int3(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 int3(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.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Implicit*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Implicit_System_UInt32__Misaki_HighPerformance_Mathematics_int3" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Implicit(System.UInt32)~Misaki.HighPerformance.Mathematics.int3">
|
|
implicit operator int3(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 int3(uint v)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>v</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Increment_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Increment*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Increment_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Increment(Misaki.HighPerformance.Mathematics.int3)">
|
|
operator ++(int3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int3 operator ++(int3 value)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>value</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Inequality_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Inequality*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Inequality_Misaki_HighPerformance_Mathematics_int3_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Inequality(Misaki.HighPerformance.Mathematics.int3,Misaki.HighPerformance.Mathematics.int3)">
|
|
operator !=(int3, int3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static bool3 operator !=(int3 lhs, int3 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool3.html">bool3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_LeftShift_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_LeftShift*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_LeftShift_Misaki_HighPerformance_Mathematics_int3_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_LeftShift(Misaki.HighPerformance.Mathematics.int3,System.Int32)">
|
|
operator <<(int3, int)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int3 operator <<(int3 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.int3.html">int3</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.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_LessThan_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_LessThan*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_LessThan_Misaki_HighPerformance_Mathematics_int3_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_LessThan(Misaki.HighPerformance.Mathematics.int3,Misaki.HighPerformance.Mathematics.int3)">
|
|
operator <(int3, int3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static bool3 operator <(int3 lhs, int3 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool3.html">bool3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_LessThanOrEqual_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_LessThanOrEqual*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_LessThanOrEqual_Misaki_HighPerformance_Mathematics_int3_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_LessThanOrEqual(Misaki.HighPerformance.Mathematics.int3,Misaki.HighPerformance.Mathematics.int3)">
|
|
operator <=(int3, int3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static bool3 operator <=(int3 lhs, int3 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool3.html">bool3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Modulus_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Modulus*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Modulus_Misaki_HighPerformance_Mathematics_int3_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Modulus(Misaki.HighPerformance.Mathematics.int3,Misaki.HighPerformance.Mathematics.int3)">
|
|
operator %(int3, int3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int3 operator %(int3 lhs, int3 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Modulus_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Modulus*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Modulus_Misaki_HighPerformance_Mathematics_int3_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Modulus(Misaki.HighPerformance.Mathematics.int3,System.Int32)">
|
|
operator %(int3, int)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int3 operator %(int3 lhs, int rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Modulus_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Modulus*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Modulus_System_Int32_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Modulus(System.Int32,Misaki.HighPerformance.Mathematics.int3)">
|
|
operator %(int, int3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int3 operator %(int lhs, int3 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_ModulusAssignment_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_ModulusAssignment*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_ModulusAssignment_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_ModulusAssignment(Misaki.HighPerformance.Mathematics.int3)">
|
|
operator %=(int3)
|
|
|
|
</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 %=(int3 other)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>other</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_MultiplicationAssignment_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_MultiplicationAssignment*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_MultiplicationAssignment_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_MultiplicationAssignment(Misaki.HighPerformance.Mathematics.int3)">
|
|
operator *=(int3)
|
|
|
|
</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 *=(int3 other)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>other</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Multiply_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Multiply*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Multiply_Misaki_HighPerformance_Mathematics_int3_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Multiply(Misaki.HighPerformance.Mathematics.int3,Misaki.HighPerformance.Mathematics.int3)">
|
|
operator *(int3, int3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int3 operator *(int3 lhs, int3 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Multiply_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Multiply*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Multiply_Misaki_HighPerformance_Mathematics_int3_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Multiply(Misaki.HighPerformance.Mathematics.int3,System.Int32)">
|
|
operator *(int3, int)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int3 operator *(int3 lhs, int rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Multiply_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Multiply*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Multiply_System_Int32_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Multiply(System.Int32,Misaki.HighPerformance.Mathematics.int3)">
|
|
operator *(int, int3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int3 operator *(int lhs, int3 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_OnesComplement_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_OnesComplement*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_OnesComplement_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_OnesComplement(Misaki.HighPerformance.Mathematics.int3)">
|
|
operator ~(int3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int3 operator ~(int3 value)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>value</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_RightShift_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_RightShift*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_RightShift_Misaki_HighPerformance_Mathematics_int3_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_RightShift(Misaki.HighPerformance.Mathematics.int3,System.Int32)">
|
|
operator >>(int3, int)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int3 operator >>(int3 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.int3.html">int3</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.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Subtraction_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Subtraction*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Subtraction_Misaki_HighPerformance_Mathematics_int3_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Subtraction(Misaki.HighPerformance.Mathematics.int3,Misaki.HighPerformance.Mathematics.int3)">
|
|
operator -(int3, int3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int3 operator -(int3 lhs, int3 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Subtraction_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Subtraction*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Subtraction_Misaki_HighPerformance_Mathematics_int3_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Subtraction(Misaki.HighPerformance.Mathematics.int3,System.Int32)">
|
|
operator -(int3, int)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int3 operator -(int3 lhs, int rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_Subtraction_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Subtraction*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_Subtraction_System_Int32_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_Subtraction(System.Int32,Misaki.HighPerformance.Mathematics.int3)">
|
|
operator -(int, int3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int3 operator -(int lhs, int3 rhs)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>lhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_SubtractionAssignment_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_SubtractionAssignment*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_SubtractionAssignment_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_SubtractionAssignment(Misaki.HighPerformance.Mathematics.int3)">
|
|
operator -=(int3)
|
|
|
|
</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 -=(int3 other)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>other</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_UnaryNegation_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_UnaryNegation*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_UnaryNegation_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_UnaryNegation(Misaki.HighPerformance.Mathematics.int3)">
|
|
operator -(int3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int3 operator -(int3 value)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>value</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Misaki_HighPerformance_Mathematics_int3_op_UnaryPlus_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_UnaryPlus*"></a>
|
|
|
|
<h3 id="Misaki_HighPerformance_Mathematics_int3_op_UnaryPlus_Misaki_HighPerformance_Mathematics_int3_" data-uid="Misaki.HighPerformance.Mathematics.int3.op_UnaryPlus(Misaki.HighPerformance.Mathematics.int3)">
|
|
operator +(int3)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int3 operator +(int3 value)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>value</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.int3.html">int3</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>
|