Files
Misaki.HighPerformance/docfx/_site/api/Misaki.HighPerformance.Mathematics.bool4.html

12055 lines
261 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Struct bool4 | Misaki.HighPerformance </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Struct bool4 | 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 &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
<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.bool4">
<h1 id="Misaki_HighPerformance_Mathematics_bool4" data-uid="Misaki.HighPerformance.Mathematics.bool4" class="text-break">
Struct bool4
</h1>
<div class="facts text-secondary">
<dl><dt>Namespace</dt><dd><a class="xref" href="Misaki.html">Misaki</a>.<a class="xref" href="Misaki.HighPerformance.html">HighPerformance</a>.<a class="xref" href="Misaki.HighPerformance.Mathematics.html">Mathematics</a></dd></dl>
<dl><dt>Assembly</dt><dd>Misaki.HighPerformance.Mathematics.dll</dd></dl>
</div>
<div class="markdown summary"></div>
<div class="markdown conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[NumericType(typeof(uint), 4, 4, 1, &quot;global::Misaki.HighPerformance.Mathematics.bool&quot;, false, true, null, typeof(uint))]
[NumericConvertable(&quot;{v}.{c} != 0 ? 0u : ~0u&quot;, new Type[] { typeof(int4), typeof(uint4), typeof(float4), typeof(double4) })]
public struct bool4 : IEquatable&lt;bool4&gt;</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>&lt;<a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a>&gt;</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>
<h2 class="section" id="constructors">Constructors
</h2>
<a id="Misaki_HighPerformance_Mathematics_bool4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4__ctor_Misaki_HighPerformance_Mathematics_bool2_Misaki_HighPerformance_Mathematics_bool2_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor(Misaki.HighPerformance.Mathematics.bool2,Misaki.HighPerformance.Mathematics.bool2)">
bool4(bool2, bool2)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool4(bool2 xy, bool2 zw)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>xy</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.bool2.html">bool2</a></dt>
<dd></dd>
<dt><code>zw</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.bool2.html">bool2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4__ctor_Misaki_HighPerformance_Mathematics_bool2_System_UInt32_System_UInt32_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor(Misaki.HighPerformance.Mathematics.bool2,System.UInt32,System.UInt32)">
bool4(bool2, uint, uint)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool4(bool2 xy, uint z, uint w)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>xy</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.bool2.html">bool2</a></dt>
<dd></dd>
<dt><code>z</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
<dd></dd>
<dt><code>w</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4__ctor_Misaki_HighPerformance_Mathematics_bool3_System_UInt32_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor(Misaki.HighPerformance.Mathematics.bool3,System.UInt32)">
bool4(bool3, uint)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool4(bool3 xyz, uint w)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>xyz</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.bool3.html">bool3</a></dt>
<dd></dd>
<dt><code>w</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4__ctor_Misaki_HighPerformance_Mathematics_double4_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor(Misaki.HighPerformance.Mathematics.double4)">
bool4(double4)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool4(double4 v)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.double4.html">double4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4__ctor_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor(Misaki.HighPerformance.Mathematics.float4)">
bool4(float4)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool4(float4 v)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4__ctor_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor(Misaki.HighPerformance.Mathematics.int4)">
bool4(int4)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool4(int4 v)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4__ctor_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor(Misaki.HighPerformance.Mathematics.uint4)">
bool4(uint4)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool4(uint4 v)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4__ctor_System_Boolean_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor(System.Boolean)">
bool4(bool)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool4(bool 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.boolean">bool</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4__ctor_System_Boolean_System_Boolean_System_Boolean_System_Boolean_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
bool4(bool, bool, bool, bool)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool4(bool x, bool y, bool z, bool w)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>x</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
<dd></dd>
<dt><code>y</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
<dd></dd>
<dt><code>z</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
<dd></dd>
<dt><code>w</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4__ctor_System_ReadOnlySpan_System_UInt32__" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor(System.ReadOnlySpan{System.UInt32})">
bool4(ReadOnlySpan&lt;uint&gt;)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool4(ReadOnlySpan&lt;uint&gt; 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>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a>&gt;</dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4__ctor_System_UInt32_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor(System.UInt32)">
bool4(uint)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool4(uint value)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>value</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4__ctor_System_UInt32_Misaki_HighPerformance_Mathematics_bool2_System_UInt32_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor(System.UInt32,Misaki.HighPerformance.Mathematics.bool2,System.UInt32)">
bool4(uint, bool2, uint)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool4(uint x, bool2 yz, uint w)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>x</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
<dd></dd>
<dt><code>yz</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.bool2.html">bool2</a></dt>
<dd></dd>
<dt><code>w</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4__ctor_System_UInt32_Misaki_HighPerformance_Mathematics_bool3_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor(System.UInt32,Misaki.HighPerformance.Mathematics.bool3)">
bool4(uint, bool3)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool4(uint x, bool3 yzw)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>x</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
<dd></dd>
<dt><code>yzw</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.bool3.html">bool3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4__ctor_System_UInt32_System_UInt32_Misaki_HighPerformance_Mathematics_bool2_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor(System.UInt32,System.UInt32,Misaki.HighPerformance.Mathematics.bool2)">
bool4(uint, uint, bool2)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool4(uint x, uint y, bool2 zw)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>x</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
<dd></dd>
<dt><code>y</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
<dd></dd>
<dt><code>zw</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.bool2.html">bool2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4__ctor_System_UInt32_System_UInt32_System_UInt32_System_UInt32_" data-uid="Misaki.HighPerformance.Mathematics.bool4.#ctor(System.UInt32,System.UInt32,System.UInt32,System.UInt32)">
bool4(uint, uint, uint, uint)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool4(uint x, uint y, uint z, uint w)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>x</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
<dd></dd>
<dt><code>y</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
<dd></dd>
<dt><code>z</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
<dd></dd>
<dt><code>w</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
<dd></dd>
</dl>
<h2 class="section" id="fields">Fields
</h2>
<h3 id="Misaki_HighPerformance_Mathematics_bool4___v" data-uid="Misaki.HighPerformance.Mathematics.bool4.__v">
__v
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public Vector128&lt;uint&gt; __v</code></pre>
</div>
<h4 class="section">Field Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.intrinsics.vector128-1">Vector128</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a>&gt;</dt>
<dd></dd>
</dl>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_w" data-uid="Misaki.HighPerformance.Mathematics.bool4.w">
w
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public uint w</code></pre>
</div>
<h4 class="section">Field Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
<dd></dd>
</dl>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_x" data-uid="Misaki.HighPerformance.Mathematics.bool4.x">
x
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public uint x</code></pre>
</div>
<h4 class="section">Field Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
<dd></dd>
</dl>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_y" data-uid="Misaki.HighPerformance.Mathematics.bool4.y">
y
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public uint y</code></pre>
</div>
<h4 class="section">Field Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
<dd></dd>
</dl>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_z" data-uid="Misaki.HighPerformance.Mathematics.bool4.z">
z
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public uint z</code></pre>
</div>
<h4 class="section">Field Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
<dd></dd>
</dl>
<h2 class="section" id="properties">Properties
</h2>
<a id="Misaki_HighPerformance_Mathematics_bool4_Item_" data-uid="Misaki.HighPerformance.Mathematics.bool4.Item*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_Item_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.bool4.Item(System.Int32)">
this[int]
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ref uint this[int index] { get; }</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>index</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
<dd></dd>
</dl>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_ww_" data-uid="Misaki.HighPerformance.Mathematics.bool4.ww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_ww" data-uid="Misaki.HighPerformance.Mathematics.bool4.ww">
ww
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool2 ww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool2.html">bool2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_www_" data-uid="Misaki.HighPerformance.Mathematics.bool4.www*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_www" data-uid="Misaki.HighPerformance.Mathematics.bool4.www">
www
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool3 www { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_wwww_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wwww" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwww">
wwww
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wwww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wwwx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wwwx" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwwx">
wwwx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wwwx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wwwy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wwwy" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwwy">
wwwy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wwwy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wwwz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wwwz" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwwz">
wwwz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wwwz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wwx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wwx" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwx">
wwx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool3 wwx { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_wwxw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wwxw" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwxw">
wwxw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wwxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wwxx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wwxx" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwxx">
wwxx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wwxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wwxy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wwxy" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwxy">
wwxy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wwxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wwxz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wwxz" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwxz">
wwxz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wwxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wwy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wwy" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwy">
wwy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool3 wwy { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_wwyw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wwyw" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwyw">
wwyw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wwyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wwyx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wwyx" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwyx">
wwyx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wwyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wwyy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wwyy" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwyy">
wwyy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wwyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wwyz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wwyz" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwyz">
wwyz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wwyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wwz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wwz" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwz">
wwz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool3 wwz { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_wwzw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wwzw" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwzw">
wwzw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wwzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wwzx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wwzx" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwzx">
wwzx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wwzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wwzy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wwzy" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwzy">
wwzy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wwzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wwzz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wwzz" data-uid="Misaki.HighPerformance.Mathematics.bool4.wwzz">
wwzz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wwzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wx" data-uid="Misaki.HighPerformance.Mathematics.bool4.wx">
wx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool2 wx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool2.html">bool2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wxw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wxw" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxw">
wxw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool3 wxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_wxww_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wxww" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxww">
wxww
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wxww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wxwx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wxwx" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxwx">
wxwx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wxwx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wxwy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wxwy" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxwy">
wxwy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wxwy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wxwz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wxwz" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxwz">
wxwz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wxwz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wxx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wxx" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxx">
wxx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool3 wxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_wxxw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wxxw" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxxw">
wxxw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wxxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wxxx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wxxx" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxxx">
wxxx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wxxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wxxy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wxxy" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxxy">
wxxy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wxxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wxxz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wxxz" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxxz">
wxxz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wxxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wxy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wxy" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxy">
wxy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool3 wxy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_wxyw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wxyw" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxyw">
wxyw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wxyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wxyx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wxyx" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxyx">
wxyx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wxyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wxyy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wxyy" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxyy">
wxyy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wxyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wxyz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wxyz" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxyz">
wxyz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool4 wxyz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wxz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wxz" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxz">
wxz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool3 wxz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_wxzw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wxzw" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxzw">
wxzw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wxzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wxzx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wxzx" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxzx">
wxzx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wxzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wxzy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wxzy" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxzy">
wxzy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool4 wxzy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wxzz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wxzz" data-uid="Misaki.HighPerformance.Mathematics.bool4.wxzz">
wxzz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wxzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wy" data-uid="Misaki.HighPerformance.Mathematics.bool4.wy">
wy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool2 wy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool2.html">bool2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wyw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wyw" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyw">
wyw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool3 wyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_wyww_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wyww" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyww">
wyww
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wyww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wywx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wywx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wywx" data-uid="Misaki.HighPerformance.Mathematics.bool4.wywx">
wywx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wywx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wywy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wywy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wywy" data-uid="Misaki.HighPerformance.Mathematics.bool4.wywy">
wywy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wywy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wywz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wywz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wywz" data-uid="Misaki.HighPerformance.Mathematics.bool4.wywz">
wywz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wywz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wyx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wyx" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyx">
wyx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool3 wyx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_wyxw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wyxw" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyxw">
wyxw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wyxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wyxx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wyxx" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyxx">
wyxx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wyxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wyxy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wyxy" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyxy">
wyxy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wyxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wyxz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wyxz" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyxz">
wyxz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool4 wyxz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wyy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wyy" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyy">
wyy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool3 wyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_wyyw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wyyw" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyyw">
wyyw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wyyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wyyx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wyyx" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyyx">
wyyx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wyyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wyyy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wyyy" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyyy">
wyyy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wyyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wyyz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wyyz" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyyz">
wyyz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wyyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wyz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wyz" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyz">
wyz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool3 wyz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_wyzw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wyzw" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyzw">
wyzw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wyzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wyzx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wyzx" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyzx">
wyzx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool4 wyzx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wyzy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wyzy" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyzy">
wyzy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wyzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wyzz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wyzz" data-uid="Misaki.HighPerformance.Mathematics.bool4.wyzz">
wyzz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wyzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wz" data-uid="Misaki.HighPerformance.Mathematics.bool4.wz">
wz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool2 wz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool2.html">bool2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wzw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wzw" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzw">
wzw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool3 wzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_wzww_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wzww" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzww">
wzww
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wzww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wzwx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wzwx" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzwx">
wzwx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wzwx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wzwy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wzwy" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzwy">
wzwy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wzwy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wzwz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wzwz" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzwz">
wzwz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wzwz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wzx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wzx" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzx">
wzx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool3 wzx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_wzxw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wzxw" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzxw">
wzxw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wzxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wzxx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wzxx" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzxx">
wzxx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wzxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wzxy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wzxy" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzxy">
wzxy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool4 wzxy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wzxz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wzxz" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzxz">
wzxz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wzxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wzy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wzy" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzy">
wzy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool3 wzy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_wzyw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wzyw" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzyw">
wzyw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wzyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wzyx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wzyx" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzyx">
wzyx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool4 wzyx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wzyy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wzyy" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzyy">
wzyy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wzyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wzyz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wzyz" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzyz">
wzyz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wzyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wzz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wzz" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzz">
wzz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool3 wzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_wzzw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wzzw" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzzw">
wzzw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wzzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wzzx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wzzx" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzzx">
wzzx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wzzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wzzy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wzzy" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzzy">
wzzy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wzzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_wzzz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_wzzz" data-uid="Misaki.HighPerformance.Mathematics.bool4.wzzz">
wzzz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 wzzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xw" data-uid="Misaki.HighPerformance.Mathematics.bool4.xw">
xw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool2 xw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool2.html">bool2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xww_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xww" data-uid="Misaki.HighPerformance.Mathematics.bool4.xww">
xww
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool3 xww { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_xwww_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xwww" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwww">
xwww
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xwww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xwwx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xwwx" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwwx">
xwwx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xwwx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xwwy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xwwy" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwwy">
xwwy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xwwy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xwwz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xwwz" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwwz">
xwwz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xwwz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xwx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xwx" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwx">
xwx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool3 xwx { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_xwxw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xwxw" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwxw">
xwxw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xwxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xwxx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xwxx" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwxx">
xwxx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xwxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xwxy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xwxy" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwxy">
xwxy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xwxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xwxz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xwxz" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwxz">
xwxz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xwxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xwy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xwy" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwy">
xwy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool3 xwy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_xwyw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xwyw" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwyw">
xwyw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xwyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xwyx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xwyx" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwyx">
xwyx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xwyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xwyy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xwyy" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwyy">
xwyy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xwyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xwyz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xwyz" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwyz">
xwyz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool4 xwyz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xwz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xwz" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwz">
xwz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool3 xwz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_xwzw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xwzw" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwzw">
xwzw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xwzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xwzx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xwzx" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwzx">
xwzx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xwzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xwzy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xwzy" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwzy">
xwzy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool4 xwzy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xwzz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xwzz" data-uid="Misaki.HighPerformance.Mathematics.bool4.xwzz">
xwzz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xwzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool2 xx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool2.html">bool2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xxw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xxw" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxw">
xxw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool3 xxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_xxww_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xxww" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxww">
xxww
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xxww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xxwx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xxwx" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxwx">
xxwx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xxwx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xxwy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xxwy" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxwy">
xxwy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xxwy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xxwz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xxwz" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxwz">
xxwz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xxwz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xxx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xxx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 xxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_xxxw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xxxw" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxxw">
xxxw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xxxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xxxx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xxxx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xxxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xxxy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xxxy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xxxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xxxz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xxxz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xxxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xxy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xxy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 xxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_xxyw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xxyw" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxyw">
xxyw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xxyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xxyx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xxyx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xxyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xxyy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xxyy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xxyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xxyz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xxyz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xxyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xxz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xxz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 xxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_xxzw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xxzw" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxzw">
xxzw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xxzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xxzx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xxzx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xxzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xxzy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xxzy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xxzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xxzz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xxzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xxzz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xxzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool2 xy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool2.html">bool2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xyw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xyw" data-uid="Misaki.HighPerformance.Mathematics.bool4.xyw">
xyw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool3 xyw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_xyww_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xyww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xyww" data-uid="Misaki.HighPerformance.Mathematics.bool4.xyww">
xyww
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xyww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xywx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xywx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xywx" data-uid="Misaki.HighPerformance.Mathematics.bool4.xywx">
xywx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xywx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xywy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xywy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xywy" data-uid="Misaki.HighPerformance.Mathematics.bool4.xywy">
xywy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xywy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xywz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xywz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xywz" data-uid="Misaki.HighPerformance.Mathematics.bool4.xywz">
xywz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool4 xywz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xyx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xyx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 xyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_xyxw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xyxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xyxw" data-uid="Misaki.HighPerformance.Mathematics.bool4.xyxw">
xyxw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xyxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xyxx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xyxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xyxx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xyxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xyxy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xyxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xyxy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xyxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xyxz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xyxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xyxz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xyxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xyy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xyy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 xyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_xyyw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xyyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xyyw" data-uid="Misaki.HighPerformance.Mathematics.bool4.xyyw">
xyyw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xyyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xyyx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xyyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xyyx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xyyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xyyy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xyyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xyyy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xyyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xyyz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xyyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xyyz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xyyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xyz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xyz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 xyz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_xyzw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xyzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xyzw" data-uid="Misaki.HighPerformance.Mathematics.bool4.xyzw">
xyzw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool4 xyzw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xyzx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xyzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xyzx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xyzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xyzy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xyzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xyzy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xyzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xyzz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xyzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xyzz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xyzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool2 xz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool2.html">bool2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xzw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xzw" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzw">
xzw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool3 xzw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_xzww_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xzww" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzww">
xzww
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xzww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xzwx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xzwx" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzwx">
xzwx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xzwx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xzwy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xzwy" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzwy">
xzwy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool4 xzwy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xzwz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xzwz" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzwz">
xzwz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xzwz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xzx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xzx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 xzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_xzxw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xzxw" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzxw">
xzxw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xzxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xzxx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xzxx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xzxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xzxy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xzxy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xzxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xzxz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xzxz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xzxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xzy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xzy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 xzy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_xzyw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xzyw" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzyw">
xzyw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool4 xzyw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xzyx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xzyx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xzyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xzyy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xzyy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xzyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xzyz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xzyz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xzyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xzz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xzz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 xzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_xzzw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xzzw" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzzw">
xzzw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 xzzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xzzx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xzzx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xzzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xzzy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xzzy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xzzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_xzzz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.xzzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_xzzz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 xzzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yw" data-uid="Misaki.HighPerformance.Mathematics.bool4.yw">
yw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool2 yw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool2.html">bool2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yww_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yww" data-uid="Misaki.HighPerformance.Mathematics.bool4.yww">
yww
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool3 yww { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_ywww_" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_ywww" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywww">
ywww
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 ywww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_ywwx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_ywwx" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywwx">
ywwx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 ywwx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_ywwy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_ywwy" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywwy">
ywwy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 ywwy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_ywwz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_ywwz" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywwz">
ywwz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 ywwz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_ywx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_ywx" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywx">
ywx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool3 ywx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_ywxw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_ywxw" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywxw">
ywxw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 ywxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_ywxx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_ywxx" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywxx">
ywxx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 ywxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_ywxy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_ywxy" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywxy">
ywxy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 ywxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_ywxz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_ywxz" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywxz">
ywxz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool4 ywxz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_ywy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_ywy" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywy">
ywy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool3 ywy { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_ywyw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_ywyw" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywyw">
ywyw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 ywyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_ywyx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_ywyx" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywyx">
ywyx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 ywyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_ywyy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_ywyy" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywyy">
ywyy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 ywyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_ywyz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_ywyz" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywyz">
ywyz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 ywyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_ywz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_ywz" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywz">
ywz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool3 ywz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_ywzw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_ywzw" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywzw">
ywzw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 ywzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_ywzx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_ywzx" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywzx">
ywzx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool4 ywzx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_ywzy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_ywzy" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywzy">
ywzy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 ywzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_ywzz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_ywzz" data-uid="Misaki.HighPerformance.Mathematics.bool4.ywzz">
ywzz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 ywzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool2 yx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool2.html">bool2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yxw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yxw" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxw">
yxw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool3 yxw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_yxww_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yxww" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxww">
yxww
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 yxww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yxwx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yxwx" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxwx">
yxwx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 yxwx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yxwy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yxwy" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxwy">
yxwy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 yxwy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yxwz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yxwz" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxwz">
yxwz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool4 yxwz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yxx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yxx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 yxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_yxxw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yxxw" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxxw">
yxxw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 yxxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yxxx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yxxx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yxxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yxxy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yxxy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yxxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yxxz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yxxz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yxxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yxy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yxy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 yxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_yxyw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yxyw" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxyw">
yxyw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 yxyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yxyx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yxyx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yxyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yxyy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yxyy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yxyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yxyz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yxyz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yxyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yxz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yxz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 yxz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_yxzw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yxzw" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxzw">
yxzw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool4 yxzw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yxzx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yxzx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yxzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yxzy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yxzy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yxzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yxzz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yxzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yxzz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yxzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool2 yy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool2.html">bool2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yyw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yyw" data-uid="Misaki.HighPerformance.Mathematics.bool4.yyw">
yyw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool3 yyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_yyww_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yyww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yyww" data-uid="Misaki.HighPerformance.Mathematics.bool4.yyww">
yyww
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 yyww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yywx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yywx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yywx" data-uid="Misaki.HighPerformance.Mathematics.bool4.yywx">
yywx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 yywx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yywy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yywy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yywy" data-uid="Misaki.HighPerformance.Mathematics.bool4.yywy">
yywy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 yywy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yywz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yywz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yywz" data-uid="Misaki.HighPerformance.Mathematics.bool4.yywz">
yywz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 yywz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yyx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yyx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 yyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_yyxw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yyxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yyxw" data-uid="Misaki.HighPerformance.Mathematics.bool4.yyxw">
yyxw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 yyxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yyxx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yyxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yyxx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yyxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yyxy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yyxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yyxy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yyxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yyxz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yyxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yyxz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yyxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yyy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yyy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 yyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_yyyw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yyyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yyyw" data-uid="Misaki.HighPerformance.Mathematics.bool4.yyyw">
yyyw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 yyyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yyyx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yyyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yyyx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yyyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yyyy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yyyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yyyy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yyyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yyyz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yyyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yyyz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yyyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yyz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yyz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 yyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_yyzw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yyzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yyzw" data-uid="Misaki.HighPerformance.Mathematics.bool4.yyzw">
yyzw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 yyzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yyzx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yyzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yyzx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yyzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yyzy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yyzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yyzy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yyzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yyzz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yyzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yyzz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yyzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool2 yz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool2.html">bool2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yzw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yzw" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzw">
yzw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool3 yzw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_yzww_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yzww" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzww">
yzww
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 yzww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yzwx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yzwx" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzwx">
yzwx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool4 yzwx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yzwy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yzwy" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzwy">
yzwy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 yzwy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yzwz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yzwz" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzwz">
yzwz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 yzwz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yzx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yzx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 yzx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_yzxw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yzxw" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzxw">
yzxw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool4 yzxw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yzxx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yzxx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yzxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yzxy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yzxy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yzxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yzxz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yzxz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yzxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yzy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yzy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 yzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_yzyw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yzyw" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzyw">
yzyw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 yzyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yzyx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yzyx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yzyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yzyy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yzyy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yzyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yzyz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yzyz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yzyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yzz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yzz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 yzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_yzzw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yzzw" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzzw">
yzzw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 yzzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yzzx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yzzx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yzzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yzzy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yzzy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yzzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_yzzz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.yzzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_yzzz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 yzzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zw" data-uid="Misaki.HighPerformance.Mathematics.bool4.zw">
zw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool2 zw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool2.html">bool2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zww_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zww" data-uid="Misaki.HighPerformance.Mathematics.bool4.zww">
zww
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool3 zww { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_zwww_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zwww" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwww">
zwww
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zwww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zwwx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zwwx" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwwx">
zwwx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zwwx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zwwy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zwwy" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwwy">
zwwy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zwwy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zwwz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zwwz" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwwz">
zwwz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zwwz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zwx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zwx" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwx">
zwx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool3 zwx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_zwxw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zwxw" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwxw">
zwxw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zwxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zwxx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zwxx" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwxx">
zwxx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zwxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zwxy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zwxy" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwxy">
zwxy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool4 zwxy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zwxz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zwxz" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwxz">
zwxz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zwxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zwy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zwy" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwy">
zwy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool3 zwy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_zwyw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zwyw" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwyw">
zwyw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zwyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zwyx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zwyx" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwyx">
zwyx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool4 zwyx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zwyy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zwyy" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwyy">
zwyy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zwyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zwyz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zwyz" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwyz">
zwyz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zwyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zwz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zwz" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwz">
zwz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool3 zwz { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_zwzw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zwzw" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwzw">
zwzw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zwzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zwzx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zwzx" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwzx">
zwzx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zwzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zwzy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zwzy" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwzy">
zwzy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zwzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zwzz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zwzz" data-uid="Misaki.HighPerformance.Mathematics.bool4.zwzz">
zwzz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zwzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool2 zx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool2.html">bool2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zxw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zxw" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxw">
zxw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool3 zxw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_zxww_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zxww" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxww">
zxww
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zxww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zxwx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zxwx" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxwx">
zxwx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zxwx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zxwy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zxwy" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxwy">
zxwy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool4 zxwy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zxwz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zxwz" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxwz">
zxwz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zxwz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zxx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zxx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 zxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_zxxw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zxxw" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxxw">
zxxw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zxxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zxxx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zxxx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zxxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zxxy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zxxy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zxxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zxxz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zxxz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zxxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zxy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zxy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 zxy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_zxyw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zxyw" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxyw">
zxyw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool4 zxyw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zxyx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zxyx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zxyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zxyy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zxyy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zxyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zxyz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zxyz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zxyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zxz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zxz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 zxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_zxzw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zxzw" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxzw">
zxzw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zxzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zxzx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zxzx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zxzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zxzy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zxzy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zxzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zxzz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zxzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zxzz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zxzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool2 zy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool2.html">bool2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zyw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zyw" data-uid="Misaki.HighPerformance.Mathematics.bool4.zyw">
zyw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool3 zyw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_zyww_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zyww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zyww" data-uid="Misaki.HighPerformance.Mathematics.bool4.zyww">
zyww
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zyww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zywx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zywx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zywx" data-uid="Misaki.HighPerformance.Mathematics.bool4.zywx">
zywx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool4 zywx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zywy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zywy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zywy" data-uid="Misaki.HighPerformance.Mathematics.bool4.zywy">
zywy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zywy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zywz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zywz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zywz" data-uid="Misaki.HighPerformance.Mathematics.bool4.zywz">
zywz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zywz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zyx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zyx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 zyx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_zyxw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zyxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zyxw" data-uid="Misaki.HighPerformance.Mathematics.bool4.zyxw">
zyxw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool4 zyxw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zyxx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zyxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zyxx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zyxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zyxy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zyxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zyxy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zyxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zyxz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zyxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zyxz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zyxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zyy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zyy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 zyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_zyyw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zyyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zyyw" data-uid="Misaki.HighPerformance.Mathematics.bool4.zyyw">
zyyw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zyyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zyyx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zyyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zyyx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zyyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zyyy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zyyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zyyy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zyyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zyyz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zyyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zyyz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zyyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zyz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zyz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 zyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_zyzw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zyzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zyzw" data-uid="Misaki.HighPerformance.Mathematics.bool4.zyzw">
zyzw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zyzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zyzx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zyzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zyzx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zyzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zyzy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zyzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zyzy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zyzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zyzz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zyzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zyzz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zyzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool2 zz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool2.html">bool2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zzw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zzw" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzw">
zzw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool3 zzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_zzww_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zzww" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzww">
zzww
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zzww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zzwx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zzwx" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzwx">
zzwx
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zzwx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zzwy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zzwy" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzwy">
zzwy
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zzwy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zzwz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zzwz" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzwz">
zzwz
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zzwz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zzx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zzx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 zzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_zzxw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zzxw" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzxw">
zzxw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zzxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zzxx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zzxx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zzxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zzxy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zzxy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zzxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zzxz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zzxz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zzxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zzy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zzy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 zzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_zzyw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zzyw" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzyw">
zzyw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zzyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zzyx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zzyx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zzyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zzyy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zzyy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zzyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zzyz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zzyz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zzyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zzz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zzz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool3 zzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</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_bool4_zzzw_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zzzw" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzzw">
zzzw
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public readonly bool4 zzzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zzzx_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zzzx" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zzzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zzzy_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zzzy" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zzzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_zzzz_" data-uid="Misaki.HighPerformance.Mathematics.bool4.zzzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_zzzz" data-uid="Misaki.HighPerformance.Mathematics.bool4.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 bool4 zzzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<h2 class="section" id="methods">Methods
</h2>
<a id="Misaki_HighPerformance_Mathematics_bool4_Equals_" data-uid="Misaki.HighPerformance.Mathematics.bool4.Equals*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_Equals_Misaki_HighPerformance_Mathematics_bool4_" data-uid="Misaki.HighPerformance.Mathematics.bool4.Equals(Misaki.HighPerformance.Mathematics.bool4)">
Equals(bool4)
</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(bool4 other)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>other</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</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_bool4_Equals_" data-uid="Misaki.HighPerformance.Mathematics.bool4.Equals*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_Equals_System_Object_" data-uid="Misaki.HighPerformance.Mathematics.bool4.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_bool4_GetHashCode_" data-uid="Misaki.HighPerformance.Mathematics.bool4.GetHashCode*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_GetHashCode" data-uid="Misaki.HighPerformance.Mathematics.bool4.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_bool4_ToString_" data-uid="Misaki.HighPerformance.Mathematics.bool4.ToString*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_ToString" data-uid="Misaki.HighPerformance.Mathematics.bool4.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_bool4_op_Equality_" data-uid="Misaki.HighPerformance.Mathematics.bool4.op_Equality*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_op_Equality_Misaki_HighPerformance_Mathematics_bool4_Misaki_HighPerformance_Mathematics_bool4_" data-uid="Misaki.HighPerformance.Mathematics.bool4.op_Equality(Misaki.HighPerformance.Mathematics.bool4,Misaki.HighPerformance.Mathematics.bool4)">
operator ==(bool4, bool4)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool4 operator ==(bool4 lhs, bool4 rhs)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.bool4.op_Implicit*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_op_Implicit_Misaki_HighPerformance_Mathematics_double4__Misaki_HighPerformance_Mathematics_bool4" data-uid="Misaki.HighPerformance.Mathematics.bool4.op_Implicit(Misaki.HighPerformance.Mathematics.double4)~Misaki.HighPerformance.Mathematics.bool4">
implicit operator bool4(double4)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static implicit operator bool4(double4 v)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.double4.html">double4</a></dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.bool4.op_Implicit*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_op_Implicit_Misaki_HighPerformance_Mathematics_float4__Misaki_HighPerformance_Mathematics_bool4" data-uid="Misaki.HighPerformance.Mathematics.bool4.op_Implicit(Misaki.HighPerformance.Mathematics.float4)~Misaki.HighPerformance.Mathematics.bool4">
implicit operator bool4(float4)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static implicit operator bool4(float4 v)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.bool4.op_Implicit*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_op_Implicit_Misaki_HighPerformance_Mathematics_int4__Misaki_HighPerformance_Mathematics_bool4" data-uid="Misaki.HighPerformance.Mathematics.bool4.op_Implicit(Misaki.HighPerformance.Mathematics.int4)~Misaki.HighPerformance.Mathematics.bool4">
implicit operator bool4(int4)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static implicit operator bool4(int4 v)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.int4.html">int4</a></dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.bool4.op_Implicit*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_op_Implicit_Misaki_HighPerformance_Mathematics_uint4__Misaki_HighPerformance_Mathematics_bool4" data-uid="Misaki.HighPerformance.Mathematics.bool4.op_Implicit(Misaki.HighPerformance.Mathematics.uint4)~Misaki.HighPerformance.Mathematics.bool4">
implicit operator bool4(uint4)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static implicit operator bool4(uint4 v)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.uint4.html">uint4</a></dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.bool4.op_Implicit*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_op_Implicit_System_ReadOnlySpan_System_UInt32___Misaki_HighPerformance_Mathematics_bool4" data-uid="Misaki.HighPerformance.Mathematics.bool4.op_Implicit(System.ReadOnlySpan{System.UInt32})~Misaki.HighPerformance.Mathematics.bool4">
implicit operator bool4(ReadOnlySpan&lt;uint&gt;)
</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 bool4(ReadOnlySpan&lt;uint&gt; 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>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a>&gt;</dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.bool4.op_Implicit*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_op_Implicit_System_UInt32__Misaki_HighPerformance_Mathematics_bool4" data-uid="Misaki.HighPerformance.Mathematics.bool4.op_Implicit(System.UInt32)~Misaki.HighPerformance.Mathematics.bool4">
implicit operator bool4(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 bool4(uint value)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>value</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_bool4_op_Inequality_" data-uid="Misaki.HighPerformance.Mathematics.bool4.op_Inequality*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_bool4_op_Inequality_Misaki_HighPerformance_Mathematics_bool4_Misaki_HighPerformance_Mathematics_bool4_" data-uid="Misaki.HighPerformance.Mathematics.bool4.op_Inequality(Misaki.HighPerformance.Mathematics.bool4,Misaki.HighPerformance.Mathematics.bool4)">
operator !=(bool4, bool4)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool4 operator !=(bool4 lhs, bool4 rhs)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
<dt><code>rhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</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>