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

13403 lines
302 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Struct float4 | Misaki.HighPerformance </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Struct float4 | 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.float4">
<h1 id="Misaki_HighPerformance_Mathematics_float4" data-uid="Misaki.HighPerformance.Mathematics.float4" class="text-break">
Struct float4
</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(float), 4, 4, 1, &quot;global::Misaki.HighPerformance.Mathematics.float&quot;, true, true, null, null)]
[NumericConvertable(&quot;(float){v}.{c}&quot;, new Type[] { typeof(int4), typeof(uint4), typeof(double4), typeof(bool4) })]
[NumericConvertable(&quot;(float){v}&quot;, new Type[] { typeof(int), typeof(uint), typeof(double) })]
public struct float4 : IEquatable&lt;float4&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.float4.html">float4</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>
<dl class="typelist extensionMethods">
<dt>Extension Methods</dt>
<dd>
<div>
<a class="xref" href="Misaki.HighPerformance.Mathematics.VectorInterop.html#Misaki_HighPerformance_Mathematics_VectorInterop_AsVector128_Misaki_HighPerformance_Mathematics_float4_">VectorInterop.AsVector128(float4)</a>
</div>
</dd></dl>
<h2 class="section" id="constructors">Constructors
</h2>
<a id="Misaki_HighPerformance_Mathematics_float4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4__ctor_Misaki_HighPerformance_Mathematics_bool4_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor(Misaki.HighPerformance.Mathematics.bool4)">
float4(bool4)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public float4(bool4 v)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4__ctor_Misaki_HighPerformance_Mathematics_double4_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor(Misaki.HighPerformance.Mathematics.double4)">
float4(double4)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public float4(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_float4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4__ctor_Misaki_HighPerformance_Mathematics_float2_Misaki_HighPerformance_Mathematics_float2_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor(Misaki.HighPerformance.Mathematics.float2,Misaki.HighPerformance.Mathematics.float2)">
float4(float2, float2)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public float4(float2 xy, float2 zw)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>xy</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float2.html">float2</a></dt>
<dd></dd>
<dt><code>zw</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float2.html">float2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4__ctor_Misaki_HighPerformance_Mathematics_float2_System_Single_System_Single_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor(Misaki.HighPerformance.Mathematics.float2,System.Single,System.Single)">
float4(float2, float, float)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public float4(float2 xy, float z, float w)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>xy</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float2.html">float2</a></dt>
<dd></dd>
<dt><code>z</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></dt>
<dd></dd>
<dt><code>w</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4__ctor_Misaki_HighPerformance_Mathematics_float3_System_Single_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor(Misaki.HighPerformance.Mathematics.float3,System.Single)">
float4(float3, float)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public float4(float3 xyz, float w)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>xyz</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
<dt><code>w</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4__ctor_Misaki_HighPerformance_Mathematics_int4_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor(Misaki.HighPerformance.Mathematics.int4)">
float4(int4)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public float4(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_float4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4__ctor_Misaki_HighPerformance_Mathematics_uint4_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor(Misaki.HighPerformance.Mathematics.uint4)">
float4(uint4)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public float4(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_float4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4__ctor_System_Double_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor(System.Double)">
float4(double)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public float4(double v)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>v</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4__ctor_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor(System.Int32)">
float4(int)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public float4(int v)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>v</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4__ctor_System_ReadOnlySpan_System_Single__" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor(System.ReadOnlySpan{System.Single})">
float4(ReadOnlySpan&lt;float&gt;)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public float4(ReadOnlySpan&lt;float&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.single">float</a>&gt;</dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4__ctor_System_Single_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor(System.Single)">
float4(float)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public float4(float 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.single">float</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4__ctor_System_Single_Misaki_HighPerformance_Mathematics_float2_System_Single_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor(System.Single,Misaki.HighPerformance.Mathematics.float2,System.Single)">
float4(float, float2, float)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public float4(float x, float2 yz, float 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.single">float</a></dt>
<dd></dd>
<dt><code>yz</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float2.html">float2</a></dt>
<dd></dd>
<dt><code>w</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4__ctor_System_Single_Misaki_HighPerformance_Mathematics_float3_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor(System.Single,Misaki.HighPerformance.Mathematics.float3)">
float4(float, float3)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public float4(float x, float3 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.single">float</a></dt>
<dd></dd>
<dt><code>yzw</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4__ctor_System_Single_System_Single_Misaki_HighPerformance_Mathematics_float2_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor(System.Single,System.Single,Misaki.HighPerformance.Mathematics.float2)">
float4(float, float, float2)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public float4(float x, float y, float2 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.single">float</a></dt>
<dd></dd>
<dt><code>y</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></dt>
<dd></dd>
<dt><code>zw</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float2.html">float2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4__ctor_System_Single_System_Single_System_Single_System_Single_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor(System.Single,System.Single,System.Single,System.Single)">
float4(float, float, float, float)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public float4(float x, float y, float z, float 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.single">float</a></dt>
<dd></dd>
<dt><code>y</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></dt>
<dd></dd>
<dt><code>z</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></dt>
<dd></dd>
<dt><code>w</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4__ctor_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4__ctor_System_UInt32_" data-uid="Misaki.HighPerformance.Mathematics.float4.#ctor(System.UInt32)">
float4(uint)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public float4(uint v)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>v</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
<dd></dd>
</dl>
<h2 class="section" id="fields">Fields
</h2>
<h3 id="Misaki_HighPerformance_Mathematics_float4___v" data-uid="Misaki.HighPerformance.Mathematics.float4.__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;float&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.single">float</a>&gt;</dt>
<dd></dd>
</dl>
<h3 id="Misaki_HighPerformance_Mathematics_float4_w" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float 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.single">float</a></dt>
<dd></dd>
</dl>
<h3 id="Misaki_HighPerformance_Mathematics_float4_x" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float 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.single">float</a></dt>
<dd></dd>
</dl>
<h3 id="Misaki_HighPerformance_Mathematics_float4_y" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float 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.single">float</a></dt>
<dd></dd>
</dl>
<h3 id="Misaki_HighPerformance_Mathematics_float4_z" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float 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.single">float</a></dt>
<dd></dd>
</dl>
<h2 class="section" id="properties">Properties
</h2>
<a id="Misaki_HighPerformance_Mathematics_float4_Item_" data-uid="Misaki.HighPerformance.Mathematics.float4.Item*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_Item_System_Int32_" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float 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.single">float</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_one_" data-uid="Misaki.HighPerformance.Mathematics.float4.one*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_one" data-uid="Misaki.HighPerformance.Mathematics.float4.one">
one
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float4 one { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_unitW_" data-uid="Misaki.HighPerformance.Mathematics.float4.unitW*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_unitW" data-uid="Misaki.HighPerformance.Mathematics.float4.unitW">
unitW
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float4 unitW { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_unitX_" data-uid="Misaki.HighPerformance.Mathematics.float4.unitX*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_unitX" data-uid="Misaki.HighPerformance.Mathematics.float4.unitX">
unitX
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float4 unitX { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_unitY_" data-uid="Misaki.HighPerformance.Mathematics.float4.unitY*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_unitY" data-uid="Misaki.HighPerformance.Mathematics.float4.unitY">
unitY
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float4 unitY { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_unitZ_" data-uid="Misaki.HighPerformance.Mathematics.float4.unitZ*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_unitZ" data-uid="Misaki.HighPerformance.Mathematics.float4.unitZ">
unitZ
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float4 unitZ { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_ww_" data-uid="Misaki.HighPerformance.Mathematics.float4.ww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_ww" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float2 ww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float2.html">float2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_www_" data-uid="Misaki.HighPerformance.Mathematics.float4.www*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_www" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 www { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wwww_" data-uid="Misaki.HighPerformance.Mathematics.float4.wwww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wwww" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wwww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wwwx_" data-uid="Misaki.HighPerformance.Mathematics.float4.wwwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wwwx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wwwx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wwwy_" data-uid="Misaki.HighPerformance.Mathematics.float4.wwwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wwwy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wwwy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wwwz_" data-uid="Misaki.HighPerformance.Mathematics.float4.wwwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wwwz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wwwz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wwx_" data-uid="Misaki.HighPerformance.Mathematics.float4.wwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wwx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 wwx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wwxw_" data-uid="Misaki.HighPerformance.Mathematics.float4.wwxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wwxw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wwxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wwxx_" data-uid="Misaki.HighPerformance.Mathematics.float4.wwxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wwxx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wwxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wwxy_" data-uid="Misaki.HighPerformance.Mathematics.float4.wwxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wwxy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wwxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wwxz_" data-uid="Misaki.HighPerformance.Mathematics.float4.wwxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wwxz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wwxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wwy_" data-uid="Misaki.HighPerformance.Mathematics.float4.wwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wwy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 wwy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wwyw_" data-uid="Misaki.HighPerformance.Mathematics.float4.wwyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wwyw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wwyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wwyx_" data-uid="Misaki.HighPerformance.Mathematics.float4.wwyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wwyx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wwyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wwyy_" data-uid="Misaki.HighPerformance.Mathematics.float4.wwyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wwyy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wwyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wwyz_" data-uid="Misaki.HighPerformance.Mathematics.float4.wwyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wwyz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wwyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wwz_" data-uid="Misaki.HighPerformance.Mathematics.float4.wwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wwz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 wwz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wwzw_" data-uid="Misaki.HighPerformance.Mathematics.float4.wwzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wwzw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wwzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wwzx_" data-uid="Misaki.HighPerformance.Mathematics.float4.wwzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wwzx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wwzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wwzy_" data-uid="Misaki.HighPerformance.Mathematics.float4.wwzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wwzy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wwzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wwzz_" data-uid="Misaki.HighPerformance.Mathematics.float4.wwzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wwzz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wwzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wx_" data-uid="Misaki.HighPerformance.Mathematics.float4.wx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float2 wx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float2.html">float2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wxw_" data-uid="Misaki.HighPerformance.Mathematics.float4.wxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wxw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 wxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wxww_" data-uid="Misaki.HighPerformance.Mathematics.float4.wxww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wxww" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wxww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wxwx_" data-uid="Misaki.HighPerformance.Mathematics.float4.wxwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wxwx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wxwx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wxwy_" data-uid="Misaki.HighPerformance.Mathematics.float4.wxwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wxwy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wxwy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wxwz_" data-uid="Misaki.HighPerformance.Mathematics.float4.wxwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wxwz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wxwz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wxx_" data-uid="Misaki.HighPerformance.Mathematics.float4.wxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wxx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 wxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wxxw_" data-uid="Misaki.HighPerformance.Mathematics.float4.wxxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wxxw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wxxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wxxx_" data-uid="Misaki.HighPerformance.Mathematics.float4.wxxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wxxx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wxxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wxxy_" data-uid="Misaki.HighPerformance.Mathematics.float4.wxxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wxxy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wxxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wxxz_" data-uid="Misaki.HighPerformance.Mathematics.float4.wxxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wxxz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wxxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wxy_" data-uid="Misaki.HighPerformance.Mathematics.float4.wxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wxy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 wxy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wxyw_" data-uid="Misaki.HighPerformance.Mathematics.float4.wxyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wxyw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wxyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wxyx_" data-uid="Misaki.HighPerformance.Mathematics.float4.wxyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wxyx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wxyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wxyy_" data-uid="Misaki.HighPerformance.Mathematics.float4.wxyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wxyy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wxyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wxyz_" data-uid="Misaki.HighPerformance.Mathematics.float4.wxyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wxyz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wxyz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wxz_" data-uid="Misaki.HighPerformance.Mathematics.float4.wxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wxz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 wxz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wxzw_" data-uid="Misaki.HighPerformance.Mathematics.float4.wxzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wxzw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wxzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wxzx_" data-uid="Misaki.HighPerformance.Mathematics.float4.wxzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wxzx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wxzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wxzy_" data-uid="Misaki.HighPerformance.Mathematics.float4.wxzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wxzy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wxzy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wxzz_" data-uid="Misaki.HighPerformance.Mathematics.float4.wxzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wxzz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wxzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wy_" data-uid="Misaki.HighPerformance.Mathematics.float4.wy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float2 wy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float2.html">float2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wyw_" data-uid="Misaki.HighPerformance.Mathematics.float4.wyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wyw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 wyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wyww_" data-uid="Misaki.HighPerformance.Mathematics.float4.wyww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wyww" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wyww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wywx_" data-uid="Misaki.HighPerformance.Mathematics.float4.wywx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wywx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wywx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wywy_" data-uid="Misaki.HighPerformance.Mathematics.float4.wywy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wywy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wywy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wywz_" data-uid="Misaki.HighPerformance.Mathematics.float4.wywz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wywz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wywz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wyx_" data-uid="Misaki.HighPerformance.Mathematics.float4.wyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wyx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 wyx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wyxw_" data-uid="Misaki.HighPerformance.Mathematics.float4.wyxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wyxw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wyxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wyxx_" data-uid="Misaki.HighPerformance.Mathematics.float4.wyxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wyxx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wyxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wyxy_" data-uid="Misaki.HighPerformance.Mathematics.float4.wyxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wyxy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wyxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wyxz_" data-uid="Misaki.HighPerformance.Mathematics.float4.wyxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wyxz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wyxz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wyy_" data-uid="Misaki.HighPerformance.Mathematics.float4.wyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wyy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 wyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wyyw_" data-uid="Misaki.HighPerformance.Mathematics.float4.wyyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wyyw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wyyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wyyx_" data-uid="Misaki.HighPerformance.Mathematics.float4.wyyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wyyx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wyyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wyyy_" data-uid="Misaki.HighPerformance.Mathematics.float4.wyyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wyyy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wyyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wyyz_" data-uid="Misaki.HighPerformance.Mathematics.float4.wyyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wyyz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wyyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wyz_" data-uid="Misaki.HighPerformance.Mathematics.float4.wyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wyz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 wyz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wyzw_" data-uid="Misaki.HighPerformance.Mathematics.float4.wyzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wyzw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wyzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wyzx_" data-uid="Misaki.HighPerformance.Mathematics.float4.wyzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wyzx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wyzx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wyzy_" data-uid="Misaki.HighPerformance.Mathematics.float4.wyzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wyzy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wyzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wyzz_" data-uid="Misaki.HighPerformance.Mathematics.float4.wyzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wyzz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wyzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wz_" data-uid="Misaki.HighPerformance.Mathematics.float4.wz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float2 wz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float2.html">float2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wzw_" data-uid="Misaki.HighPerformance.Mathematics.float4.wzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wzw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 wzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wzww_" data-uid="Misaki.HighPerformance.Mathematics.float4.wzww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wzww" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wzww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wzwx_" data-uid="Misaki.HighPerformance.Mathematics.float4.wzwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wzwx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wzwx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wzwy_" data-uid="Misaki.HighPerformance.Mathematics.float4.wzwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wzwy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wzwy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wzwz_" data-uid="Misaki.HighPerformance.Mathematics.float4.wzwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wzwz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wzwz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wzx_" data-uid="Misaki.HighPerformance.Mathematics.float4.wzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wzx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 wzx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wzxw_" data-uid="Misaki.HighPerformance.Mathematics.float4.wzxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wzxw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wzxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wzxx_" data-uid="Misaki.HighPerformance.Mathematics.float4.wzxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wzxx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wzxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wzxy_" data-uid="Misaki.HighPerformance.Mathematics.float4.wzxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wzxy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wzxy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wzxz_" data-uid="Misaki.HighPerformance.Mathematics.float4.wzxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wzxz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wzxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wzy_" data-uid="Misaki.HighPerformance.Mathematics.float4.wzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wzy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 wzy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wzyw_" data-uid="Misaki.HighPerformance.Mathematics.float4.wzyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wzyw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wzyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wzyx_" data-uid="Misaki.HighPerformance.Mathematics.float4.wzyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wzyx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wzyx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wzyy_" data-uid="Misaki.HighPerformance.Mathematics.float4.wzyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wzyy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wzyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wzyz_" data-uid="Misaki.HighPerformance.Mathematics.float4.wzyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wzyz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wzyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wzz_" data-uid="Misaki.HighPerformance.Mathematics.float4.wzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wzz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 wzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wzzw_" data-uid="Misaki.HighPerformance.Mathematics.float4.wzzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wzzw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wzzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wzzx_" data-uid="Misaki.HighPerformance.Mathematics.float4.wzzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wzzx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wzzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wzzy_" data-uid="Misaki.HighPerformance.Mathematics.float4.wzzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wzzy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wzzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_wzzz_" data-uid="Misaki.HighPerformance.Mathematics.float4.wzzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_wzzz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 wzzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xw_" data-uid="Misaki.HighPerformance.Mathematics.float4.xw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float2 xw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float2.html">float2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xww_" data-uid="Misaki.HighPerformance.Mathematics.float4.xww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xww" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 xww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xwww_" data-uid="Misaki.HighPerformance.Mathematics.float4.xwww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xwww" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xwww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xwwx_" data-uid="Misaki.HighPerformance.Mathematics.float4.xwwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xwwx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xwwx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xwwy_" data-uid="Misaki.HighPerformance.Mathematics.float4.xwwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xwwy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xwwy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xwwz_" data-uid="Misaki.HighPerformance.Mathematics.float4.xwwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xwwz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xwwz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xwx_" data-uid="Misaki.HighPerformance.Mathematics.float4.xwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xwx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 xwx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xwxw_" data-uid="Misaki.HighPerformance.Mathematics.float4.xwxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xwxw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xwxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xwxx_" data-uid="Misaki.HighPerformance.Mathematics.float4.xwxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xwxx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xwxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xwxy_" data-uid="Misaki.HighPerformance.Mathematics.float4.xwxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xwxy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xwxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xwxz_" data-uid="Misaki.HighPerformance.Mathematics.float4.xwxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xwxz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xwxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xwy_" data-uid="Misaki.HighPerformance.Mathematics.float4.xwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xwy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 xwy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xwyw_" data-uid="Misaki.HighPerformance.Mathematics.float4.xwyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xwyw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xwyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xwyx_" data-uid="Misaki.HighPerformance.Mathematics.float4.xwyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xwyx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xwyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xwyy_" data-uid="Misaki.HighPerformance.Mathematics.float4.xwyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xwyy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xwyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xwyz_" data-uid="Misaki.HighPerformance.Mathematics.float4.xwyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xwyz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xwyz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xwz_" data-uid="Misaki.HighPerformance.Mathematics.float4.xwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xwz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 xwz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xwzw_" data-uid="Misaki.HighPerformance.Mathematics.float4.xwzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xwzw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xwzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xwzx_" data-uid="Misaki.HighPerformance.Mathematics.float4.xwzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xwzx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xwzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xwzy_" data-uid="Misaki.HighPerformance.Mathematics.float4.xwzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xwzy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xwzy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xwzz_" data-uid="Misaki.HighPerformance.Mathematics.float4.xwzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xwzz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xwzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xx_" data-uid="Misaki.HighPerformance.Mathematics.float4.xx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float2 xx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float2.html">float2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xxw_" data-uid="Misaki.HighPerformance.Mathematics.float4.xxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xxw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 xxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xxww_" data-uid="Misaki.HighPerformance.Mathematics.float4.xxww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xxww" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xxww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xxwx_" data-uid="Misaki.HighPerformance.Mathematics.float4.xxwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xxwx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xxwx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xxwy_" data-uid="Misaki.HighPerformance.Mathematics.float4.xxwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xxwy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xxwy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xxwz_" data-uid="Misaki.HighPerformance.Mathematics.float4.xxwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xxwz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xxwz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xxx_" data-uid="Misaki.HighPerformance.Mathematics.float4.xxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xxx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 xxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xxxw_" data-uid="Misaki.HighPerformance.Mathematics.float4.xxxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xxxw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xxxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xxxx_" data-uid="Misaki.HighPerformance.Mathematics.float4.xxxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xxxx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xxxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xxxy_" data-uid="Misaki.HighPerformance.Mathematics.float4.xxxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xxxy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xxxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xxxz_" data-uid="Misaki.HighPerformance.Mathematics.float4.xxxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xxxz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xxxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xxy_" data-uid="Misaki.HighPerformance.Mathematics.float4.xxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xxy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 xxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xxyw_" data-uid="Misaki.HighPerformance.Mathematics.float4.xxyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xxyw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xxyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xxyx_" data-uid="Misaki.HighPerformance.Mathematics.float4.xxyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xxyx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xxyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xxyy_" data-uid="Misaki.HighPerformance.Mathematics.float4.xxyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xxyy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xxyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xxyz_" data-uid="Misaki.HighPerformance.Mathematics.float4.xxyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xxyz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xxyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xxz_" data-uid="Misaki.HighPerformance.Mathematics.float4.xxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xxz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 xxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xxzw_" data-uid="Misaki.HighPerformance.Mathematics.float4.xxzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xxzw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xxzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xxzx_" data-uid="Misaki.HighPerformance.Mathematics.float4.xxzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xxzx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xxzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xxzy_" data-uid="Misaki.HighPerformance.Mathematics.float4.xxzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xxzy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xxzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xxzz_" data-uid="Misaki.HighPerformance.Mathematics.float4.xxzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xxzz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xxzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xy_" data-uid="Misaki.HighPerformance.Mathematics.float4.xy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float2 xy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float2.html">float2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xyw_" data-uid="Misaki.HighPerformance.Mathematics.float4.xyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xyw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 xyw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xyww_" data-uid="Misaki.HighPerformance.Mathematics.float4.xyww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xyww" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xyww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xywx_" data-uid="Misaki.HighPerformance.Mathematics.float4.xywx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xywx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xywx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xywy_" data-uid="Misaki.HighPerformance.Mathematics.float4.xywy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xywy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xywy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xywz_" data-uid="Misaki.HighPerformance.Mathematics.float4.xywz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xywz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xywz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xyx_" data-uid="Misaki.HighPerformance.Mathematics.float4.xyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xyx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 xyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xyxw_" data-uid="Misaki.HighPerformance.Mathematics.float4.xyxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xyxw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xyxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xyxx_" data-uid="Misaki.HighPerformance.Mathematics.float4.xyxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xyxx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xyxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xyxy_" data-uid="Misaki.HighPerformance.Mathematics.float4.xyxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xyxy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xyxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xyxz_" data-uid="Misaki.HighPerformance.Mathematics.float4.xyxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xyxz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xyxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xyy_" data-uid="Misaki.HighPerformance.Mathematics.float4.xyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xyy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 xyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xyyw_" data-uid="Misaki.HighPerformance.Mathematics.float4.xyyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xyyw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xyyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xyyx_" data-uid="Misaki.HighPerformance.Mathematics.float4.xyyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xyyx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xyyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xyyy_" data-uid="Misaki.HighPerformance.Mathematics.float4.xyyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xyyy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xyyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xyyz_" data-uid="Misaki.HighPerformance.Mathematics.float4.xyyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xyyz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xyyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xyz_" data-uid="Misaki.HighPerformance.Mathematics.float4.xyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xyz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 xyz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xyzw_" data-uid="Misaki.HighPerformance.Mathematics.float4.xyzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xyzw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xyzw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xyzx_" data-uid="Misaki.HighPerformance.Mathematics.float4.xyzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xyzx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xyzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xyzy_" data-uid="Misaki.HighPerformance.Mathematics.float4.xyzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xyzy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xyzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xyzz_" data-uid="Misaki.HighPerformance.Mathematics.float4.xyzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xyzz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xyzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xz_" data-uid="Misaki.HighPerformance.Mathematics.float4.xz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float2 xz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float2.html">float2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xzw_" data-uid="Misaki.HighPerformance.Mathematics.float4.xzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xzw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 xzw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xzww_" data-uid="Misaki.HighPerformance.Mathematics.float4.xzww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xzww" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xzww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xzwx_" data-uid="Misaki.HighPerformance.Mathematics.float4.xzwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xzwx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xzwx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xzwy_" data-uid="Misaki.HighPerformance.Mathematics.float4.xzwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xzwy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xzwy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xzwz_" data-uid="Misaki.HighPerformance.Mathematics.float4.xzwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xzwz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xzwz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xzx_" data-uid="Misaki.HighPerformance.Mathematics.float4.xzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xzx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 xzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xzxw_" data-uid="Misaki.HighPerformance.Mathematics.float4.xzxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xzxw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xzxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xzxx_" data-uid="Misaki.HighPerformance.Mathematics.float4.xzxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xzxx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xzxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xzxy_" data-uid="Misaki.HighPerformance.Mathematics.float4.xzxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xzxy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xzxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xzxz_" data-uid="Misaki.HighPerformance.Mathematics.float4.xzxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xzxz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xzxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xzy_" data-uid="Misaki.HighPerformance.Mathematics.float4.xzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xzy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 xzy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xzyw_" data-uid="Misaki.HighPerformance.Mathematics.float4.xzyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xzyw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xzyw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xzyx_" data-uid="Misaki.HighPerformance.Mathematics.float4.xzyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xzyx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xzyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xzyy_" data-uid="Misaki.HighPerformance.Mathematics.float4.xzyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xzyy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xzyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xzyz_" data-uid="Misaki.HighPerformance.Mathematics.float4.xzyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xzyz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xzyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xzz_" data-uid="Misaki.HighPerformance.Mathematics.float4.xzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xzz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 xzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xzzw_" data-uid="Misaki.HighPerformance.Mathematics.float4.xzzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xzzw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xzzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xzzx_" data-uid="Misaki.HighPerformance.Mathematics.float4.xzzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xzzx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xzzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xzzy_" data-uid="Misaki.HighPerformance.Mathematics.float4.xzzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xzzy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xzzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_xzzz_" data-uid="Misaki.HighPerformance.Mathematics.float4.xzzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_xzzz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 xzzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yw_" data-uid="Misaki.HighPerformance.Mathematics.float4.yw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float2 yw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float2.html">float2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yww_" data-uid="Misaki.HighPerformance.Mathematics.float4.yww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yww" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 yww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_ywww_" data-uid="Misaki.HighPerformance.Mathematics.float4.ywww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_ywww" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 ywww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_ywwx_" data-uid="Misaki.HighPerformance.Mathematics.float4.ywwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_ywwx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 ywwx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_ywwy_" data-uid="Misaki.HighPerformance.Mathematics.float4.ywwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_ywwy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 ywwy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_ywwz_" data-uid="Misaki.HighPerformance.Mathematics.float4.ywwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_ywwz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 ywwz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_ywx_" data-uid="Misaki.HighPerformance.Mathematics.float4.ywx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_ywx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 ywx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_ywxw_" data-uid="Misaki.HighPerformance.Mathematics.float4.ywxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_ywxw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 ywxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_ywxx_" data-uid="Misaki.HighPerformance.Mathematics.float4.ywxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_ywxx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 ywxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_ywxy_" data-uid="Misaki.HighPerformance.Mathematics.float4.ywxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_ywxy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 ywxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_ywxz_" data-uid="Misaki.HighPerformance.Mathematics.float4.ywxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_ywxz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 ywxz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_ywy_" data-uid="Misaki.HighPerformance.Mathematics.float4.ywy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_ywy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 ywy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_ywyw_" data-uid="Misaki.HighPerformance.Mathematics.float4.ywyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_ywyw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 ywyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_ywyx_" data-uid="Misaki.HighPerformance.Mathematics.float4.ywyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_ywyx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 ywyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_ywyy_" data-uid="Misaki.HighPerformance.Mathematics.float4.ywyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_ywyy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 ywyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_ywyz_" data-uid="Misaki.HighPerformance.Mathematics.float4.ywyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_ywyz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 ywyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_ywz_" data-uid="Misaki.HighPerformance.Mathematics.float4.ywz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_ywz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 ywz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_ywzw_" data-uid="Misaki.HighPerformance.Mathematics.float4.ywzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_ywzw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 ywzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_ywzx_" data-uid="Misaki.HighPerformance.Mathematics.float4.ywzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_ywzx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 ywzx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_ywzy_" data-uid="Misaki.HighPerformance.Mathematics.float4.ywzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_ywzy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 ywzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_ywzz_" data-uid="Misaki.HighPerformance.Mathematics.float4.ywzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_ywzz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 ywzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yx_" data-uid="Misaki.HighPerformance.Mathematics.float4.yx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float2 yx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float2.html">float2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yxw_" data-uid="Misaki.HighPerformance.Mathematics.float4.yxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yxw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 yxw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yxww_" data-uid="Misaki.HighPerformance.Mathematics.float4.yxww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yxww" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yxww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yxwx_" data-uid="Misaki.HighPerformance.Mathematics.float4.yxwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yxwx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yxwx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yxwy_" data-uid="Misaki.HighPerformance.Mathematics.float4.yxwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yxwy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yxwy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yxwz_" data-uid="Misaki.HighPerformance.Mathematics.float4.yxwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yxwz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yxwz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yxx_" data-uid="Misaki.HighPerformance.Mathematics.float4.yxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yxx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 yxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yxxw_" data-uid="Misaki.HighPerformance.Mathematics.float4.yxxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yxxw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yxxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yxxx_" data-uid="Misaki.HighPerformance.Mathematics.float4.yxxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yxxx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yxxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yxxy_" data-uid="Misaki.HighPerformance.Mathematics.float4.yxxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yxxy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yxxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yxxz_" data-uid="Misaki.HighPerformance.Mathematics.float4.yxxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yxxz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yxxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yxy_" data-uid="Misaki.HighPerformance.Mathematics.float4.yxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yxy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 yxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yxyw_" data-uid="Misaki.HighPerformance.Mathematics.float4.yxyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yxyw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yxyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yxyx_" data-uid="Misaki.HighPerformance.Mathematics.float4.yxyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yxyx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yxyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yxyy_" data-uid="Misaki.HighPerformance.Mathematics.float4.yxyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yxyy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yxyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yxyz_" data-uid="Misaki.HighPerformance.Mathematics.float4.yxyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yxyz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yxyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yxz_" data-uid="Misaki.HighPerformance.Mathematics.float4.yxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yxz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 yxz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yxzw_" data-uid="Misaki.HighPerformance.Mathematics.float4.yxzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yxzw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yxzw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yxzx_" data-uid="Misaki.HighPerformance.Mathematics.float4.yxzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yxzx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yxzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yxzy_" data-uid="Misaki.HighPerformance.Mathematics.float4.yxzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yxzy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yxzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yxzz_" data-uid="Misaki.HighPerformance.Mathematics.float4.yxzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yxzz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yxzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yy_" data-uid="Misaki.HighPerformance.Mathematics.float4.yy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float2 yy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float2.html">float2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yyw_" data-uid="Misaki.HighPerformance.Mathematics.float4.yyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yyw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 yyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yyww_" data-uid="Misaki.HighPerformance.Mathematics.float4.yyww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yyww" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yyww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yywx_" data-uid="Misaki.HighPerformance.Mathematics.float4.yywx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yywx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yywx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yywy_" data-uid="Misaki.HighPerformance.Mathematics.float4.yywy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yywy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yywy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yywz_" data-uid="Misaki.HighPerformance.Mathematics.float4.yywz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yywz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yywz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yyx_" data-uid="Misaki.HighPerformance.Mathematics.float4.yyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yyx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 yyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yyxw_" data-uid="Misaki.HighPerformance.Mathematics.float4.yyxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yyxw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yyxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yyxx_" data-uid="Misaki.HighPerformance.Mathematics.float4.yyxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yyxx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yyxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yyxy_" data-uid="Misaki.HighPerformance.Mathematics.float4.yyxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yyxy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yyxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yyxz_" data-uid="Misaki.HighPerformance.Mathematics.float4.yyxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yyxz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yyxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yyy_" data-uid="Misaki.HighPerformance.Mathematics.float4.yyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yyy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 yyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yyyw_" data-uid="Misaki.HighPerformance.Mathematics.float4.yyyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yyyw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yyyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yyyx_" data-uid="Misaki.HighPerformance.Mathematics.float4.yyyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yyyx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yyyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yyyy_" data-uid="Misaki.HighPerformance.Mathematics.float4.yyyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yyyy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yyyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yyyz_" data-uid="Misaki.HighPerformance.Mathematics.float4.yyyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yyyz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yyyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yyz_" data-uid="Misaki.HighPerformance.Mathematics.float4.yyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yyz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 yyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yyzw_" data-uid="Misaki.HighPerformance.Mathematics.float4.yyzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yyzw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yyzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yyzx_" data-uid="Misaki.HighPerformance.Mathematics.float4.yyzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yyzx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yyzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yyzy_" data-uid="Misaki.HighPerformance.Mathematics.float4.yyzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yyzy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yyzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yyzz_" data-uid="Misaki.HighPerformance.Mathematics.float4.yyzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yyzz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yyzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yz_" data-uid="Misaki.HighPerformance.Mathematics.float4.yz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float2 yz { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float2.html">float2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yzw_" data-uid="Misaki.HighPerformance.Mathematics.float4.yzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yzw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 yzw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yzww_" data-uid="Misaki.HighPerformance.Mathematics.float4.yzww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yzww" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yzww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yzwx_" data-uid="Misaki.HighPerformance.Mathematics.float4.yzwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yzwx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yzwx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yzwy_" data-uid="Misaki.HighPerformance.Mathematics.float4.yzwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yzwy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yzwy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yzwz_" data-uid="Misaki.HighPerformance.Mathematics.float4.yzwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yzwz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yzwz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yzx_" data-uid="Misaki.HighPerformance.Mathematics.float4.yzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yzx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 yzx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yzxw_" data-uid="Misaki.HighPerformance.Mathematics.float4.yzxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yzxw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yzxw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yzxx_" data-uid="Misaki.HighPerformance.Mathematics.float4.yzxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yzxx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yzxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yzxy_" data-uid="Misaki.HighPerformance.Mathematics.float4.yzxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yzxy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yzxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yzxz_" data-uid="Misaki.HighPerformance.Mathematics.float4.yzxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yzxz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yzxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yzy_" data-uid="Misaki.HighPerformance.Mathematics.float4.yzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yzy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 yzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yzyw_" data-uid="Misaki.HighPerformance.Mathematics.float4.yzyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yzyw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yzyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yzyx_" data-uid="Misaki.HighPerformance.Mathematics.float4.yzyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yzyx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yzyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yzyy_" data-uid="Misaki.HighPerformance.Mathematics.float4.yzyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yzyy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yzyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yzyz_" data-uid="Misaki.HighPerformance.Mathematics.float4.yzyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yzyz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yzyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yzz_" data-uid="Misaki.HighPerformance.Mathematics.float4.yzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yzz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 yzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yzzw_" data-uid="Misaki.HighPerformance.Mathematics.float4.yzzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yzzw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yzzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yzzx_" data-uid="Misaki.HighPerformance.Mathematics.float4.yzzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yzzx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yzzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yzzy_" data-uid="Misaki.HighPerformance.Mathematics.float4.yzzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yzzy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yzzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_yzzz_" data-uid="Misaki.HighPerformance.Mathematics.float4.yzzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_yzzz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 yzzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zero_" data-uid="Misaki.HighPerformance.Mathematics.float4.zero*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zero" data-uid="Misaki.HighPerformance.Mathematics.float4.zero">
zero
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float4 zero { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zw_" data-uid="Misaki.HighPerformance.Mathematics.float4.zw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float2 zw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float2.html">float2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zww_" data-uid="Misaki.HighPerformance.Mathematics.float4.zww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zww" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 zww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zwww_" data-uid="Misaki.HighPerformance.Mathematics.float4.zwww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zwww" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zwww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zwwx_" data-uid="Misaki.HighPerformance.Mathematics.float4.zwwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zwwx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zwwx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zwwy_" data-uid="Misaki.HighPerformance.Mathematics.float4.zwwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zwwy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zwwy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zwwz_" data-uid="Misaki.HighPerformance.Mathematics.float4.zwwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zwwz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zwwz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zwx_" data-uid="Misaki.HighPerformance.Mathematics.float4.zwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zwx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 zwx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zwxw_" data-uid="Misaki.HighPerformance.Mathematics.float4.zwxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zwxw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zwxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zwxx_" data-uid="Misaki.HighPerformance.Mathematics.float4.zwxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zwxx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zwxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zwxy_" data-uid="Misaki.HighPerformance.Mathematics.float4.zwxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zwxy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zwxy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zwxz_" data-uid="Misaki.HighPerformance.Mathematics.float4.zwxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zwxz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zwxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zwy_" data-uid="Misaki.HighPerformance.Mathematics.float4.zwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zwy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 zwy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zwyw_" data-uid="Misaki.HighPerformance.Mathematics.float4.zwyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zwyw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zwyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zwyx_" data-uid="Misaki.HighPerformance.Mathematics.float4.zwyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zwyx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zwyx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zwyy_" data-uid="Misaki.HighPerformance.Mathematics.float4.zwyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zwyy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zwyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zwyz_" data-uid="Misaki.HighPerformance.Mathematics.float4.zwyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zwyz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zwyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zwz_" data-uid="Misaki.HighPerformance.Mathematics.float4.zwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zwz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 zwz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zwzw_" data-uid="Misaki.HighPerformance.Mathematics.float4.zwzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zwzw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zwzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zwzx_" data-uid="Misaki.HighPerformance.Mathematics.float4.zwzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zwzx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zwzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zwzy_" data-uid="Misaki.HighPerformance.Mathematics.float4.zwzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zwzy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zwzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zwzz_" data-uid="Misaki.HighPerformance.Mathematics.float4.zwzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zwzz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zwzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zx_" data-uid="Misaki.HighPerformance.Mathematics.float4.zx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float2 zx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float2.html">float2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zxw_" data-uid="Misaki.HighPerformance.Mathematics.float4.zxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zxw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 zxw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zxww_" data-uid="Misaki.HighPerformance.Mathematics.float4.zxww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zxww" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zxww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zxwx_" data-uid="Misaki.HighPerformance.Mathematics.float4.zxwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zxwx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zxwx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zxwy_" data-uid="Misaki.HighPerformance.Mathematics.float4.zxwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zxwy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zxwy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zxwz_" data-uid="Misaki.HighPerformance.Mathematics.float4.zxwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zxwz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zxwz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zxx_" data-uid="Misaki.HighPerformance.Mathematics.float4.zxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zxx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 zxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zxxw_" data-uid="Misaki.HighPerformance.Mathematics.float4.zxxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zxxw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zxxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zxxx_" data-uid="Misaki.HighPerformance.Mathematics.float4.zxxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zxxx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zxxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zxxy_" data-uid="Misaki.HighPerformance.Mathematics.float4.zxxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zxxy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zxxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zxxz_" data-uid="Misaki.HighPerformance.Mathematics.float4.zxxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zxxz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zxxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zxy_" data-uid="Misaki.HighPerformance.Mathematics.float4.zxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zxy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 zxy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zxyw_" data-uid="Misaki.HighPerformance.Mathematics.float4.zxyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zxyw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zxyw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zxyx_" data-uid="Misaki.HighPerformance.Mathematics.float4.zxyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zxyx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zxyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zxyy_" data-uid="Misaki.HighPerformance.Mathematics.float4.zxyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zxyy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zxyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zxyz_" data-uid="Misaki.HighPerformance.Mathematics.float4.zxyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zxyz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zxyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zxz_" data-uid="Misaki.HighPerformance.Mathematics.float4.zxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zxz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 zxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zxzw_" data-uid="Misaki.HighPerformance.Mathematics.float4.zxzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zxzw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zxzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zxzx_" data-uid="Misaki.HighPerformance.Mathematics.float4.zxzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zxzx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zxzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zxzy_" data-uid="Misaki.HighPerformance.Mathematics.float4.zxzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zxzy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zxzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zxzz_" data-uid="Misaki.HighPerformance.Mathematics.float4.zxzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zxzz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zxzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zy_" data-uid="Misaki.HighPerformance.Mathematics.float4.zy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float2 zy { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float2.html">float2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zyw_" data-uid="Misaki.HighPerformance.Mathematics.float4.zyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zyw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 zyw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zyww_" data-uid="Misaki.HighPerformance.Mathematics.float4.zyww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zyww" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zyww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zywx_" data-uid="Misaki.HighPerformance.Mathematics.float4.zywx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zywx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zywx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zywy_" data-uid="Misaki.HighPerformance.Mathematics.float4.zywy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zywy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zywy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zywz_" data-uid="Misaki.HighPerformance.Mathematics.float4.zywz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zywz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zywz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zyx_" data-uid="Misaki.HighPerformance.Mathematics.float4.zyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zyx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 zyx { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zyxw_" data-uid="Misaki.HighPerformance.Mathematics.float4.zyxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zyxw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zyxw { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zyxx_" data-uid="Misaki.HighPerformance.Mathematics.float4.zyxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zyxx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zyxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zyxy_" data-uid="Misaki.HighPerformance.Mathematics.float4.zyxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zyxy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zyxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zyxz_" data-uid="Misaki.HighPerformance.Mathematics.float4.zyxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zyxz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zyxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zyy_" data-uid="Misaki.HighPerformance.Mathematics.float4.zyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zyy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 zyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zyyw_" data-uid="Misaki.HighPerformance.Mathematics.float4.zyyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zyyw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zyyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zyyx_" data-uid="Misaki.HighPerformance.Mathematics.float4.zyyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zyyx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zyyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zyyy_" data-uid="Misaki.HighPerformance.Mathematics.float4.zyyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zyyy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zyyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zyyz_" data-uid="Misaki.HighPerformance.Mathematics.float4.zyyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zyyz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zyyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zyz_" data-uid="Misaki.HighPerformance.Mathematics.float4.zyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zyz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 zyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zyzw_" data-uid="Misaki.HighPerformance.Mathematics.float4.zyzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zyzw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zyzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zyzx_" data-uid="Misaki.HighPerformance.Mathematics.float4.zyzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zyzx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zyzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zyzy_" data-uid="Misaki.HighPerformance.Mathematics.float4.zyzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zyzy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zyzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zyzz_" data-uid="Misaki.HighPerformance.Mathematics.float4.zyzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zyzz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zyzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zz_" data-uid="Misaki.HighPerformance.Mathematics.float4.zz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float2 zz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float2.html">float2</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zzw_" data-uid="Misaki.HighPerformance.Mathematics.float4.zzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zzw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 zzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zzww_" data-uid="Misaki.HighPerformance.Mathematics.float4.zzww*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zzww" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zzww { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zzwx_" data-uid="Misaki.HighPerformance.Mathematics.float4.zzwx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zzwx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zzwx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zzwy_" data-uid="Misaki.HighPerformance.Mathematics.float4.zzwy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zzwy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zzwy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zzwz_" data-uid="Misaki.HighPerformance.Mathematics.float4.zzwz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zzwz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zzwz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zzx_" data-uid="Misaki.HighPerformance.Mathematics.float4.zzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zzx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 zzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zzxw_" data-uid="Misaki.HighPerformance.Mathematics.float4.zzxw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zzxw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zzxw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zzxx_" data-uid="Misaki.HighPerformance.Mathematics.float4.zzxx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zzxx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zzxx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zzxy_" data-uid="Misaki.HighPerformance.Mathematics.float4.zzxy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zzxy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zzxy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zzxz_" data-uid="Misaki.HighPerformance.Mathematics.float4.zzxz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zzxz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zzxz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zzy_" data-uid="Misaki.HighPerformance.Mathematics.float4.zzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zzy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 zzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zzyw_" data-uid="Misaki.HighPerformance.Mathematics.float4.zzyw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zzyw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zzyw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zzyx_" data-uid="Misaki.HighPerformance.Mathematics.float4.zzyx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zzyx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zzyx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zzyy_" data-uid="Misaki.HighPerformance.Mathematics.float4.zzyy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zzyy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zzyy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zzyz_" data-uid="Misaki.HighPerformance.Mathematics.float4.zzyz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zzyz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zzyz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zzz_" data-uid="Misaki.HighPerformance.Mathematics.float4.zzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zzz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float3 zzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float3.html">float3</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zzzw_" data-uid="Misaki.HighPerformance.Mathematics.float4.zzzw*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zzzw" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zzzw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zzzx_" data-uid="Misaki.HighPerformance.Mathematics.float4.zzzx*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zzzx" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zzzx { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zzzy_" data-uid="Misaki.HighPerformance.Mathematics.float4.zzzy*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zzzy" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zzzy { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_zzzz_" data-uid="Misaki.HighPerformance.Mathematics.float4.zzzz*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_zzzz" data-uid="Misaki.HighPerformance.Mathematics.float4.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 float4 zzzz { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<h2 class="section" id="methods">Methods
</h2>
<a id="Misaki_HighPerformance_Mathematics_float4_Equals_" data-uid="Misaki.HighPerformance.Mathematics.float4.Equals*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_Equals_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.float4.Equals(Misaki.HighPerformance.Mathematics.float4)">
Equals(float4)
</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(float4 other)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>other</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</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_float4_Equals_" data-uid="Misaki.HighPerformance.Mathematics.float4.Equals*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_Equals_System_Object_" data-uid="Misaki.HighPerformance.Mathematics.float4.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_float4_GetHashCode_" data-uid="Misaki.HighPerformance.Mathematics.float4.GetHashCode*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_GetHashCode" data-uid="Misaki.HighPerformance.Mathematics.float4.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_float4_ToString_" data-uid="Misaki.HighPerformance.Mathematics.float4.ToString*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_ToString" data-uid="Misaki.HighPerformance.Mathematics.float4.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_float4_op_Addition_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Addition*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Addition_Misaki_HighPerformance_Mathematics_float4_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Addition(Misaki.HighPerformance.Mathematics.float4,Misaki.HighPerformance.Mathematics.float4)">
operator +(float4, 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 float4 operator +(float4 lhs, float4 rhs)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
<dt><code>rhs</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.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_Addition_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Addition*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Addition_Misaki_HighPerformance_Mathematics_float4_System_Single_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Addition(Misaki.HighPerformance.Mathematics.float4,System.Single)">
operator +(float4, float)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float4 operator +(float4 lhs, float rhs)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
<dt><code>rhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_Addition_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Addition*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Addition_System_Single_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Addition(System.Single,Misaki.HighPerformance.Mathematics.float4)">
operator +(float, 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 float4 operator +(float lhs, float4 rhs)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>lhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></dt>
<dd></dd>
<dt><code>rhs</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.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_AdditionAssignment_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_AdditionAssignment*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_AdditionAssignment_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_AdditionAssignment(Misaki.HighPerformance.Mathematics.float4)">
operator +=(float4)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void operator +=(float4 other)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>other</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_Decrement_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Decrement*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Decrement_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Decrement(Misaki.HighPerformance.Mathematics.float4)">
operator --(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 float4 operator --(float4 value)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>value</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.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_Division_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Division*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Division_Misaki_HighPerformance_Mathematics_float4_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Division(Misaki.HighPerformance.Mathematics.float4,Misaki.HighPerformance.Mathematics.float4)">
operator /(float4, 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 float4 operator /(float4 lhs, float4 rhs)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
<dt><code>rhs</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.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_Division_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Division*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Division_Misaki_HighPerformance_Mathematics_float4_System_Single_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Division(Misaki.HighPerformance.Mathematics.float4,System.Single)">
operator /(float4, float)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float4 operator /(float4 lhs, float rhs)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
<dt><code>rhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_Division_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Division*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Division_System_Single_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Division(System.Single,Misaki.HighPerformance.Mathematics.float4)">
operator /(float, 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 float4 operator /(float lhs, float4 rhs)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>lhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></dt>
<dd></dd>
<dt><code>rhs</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.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_DivisionAssignment_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_DivisionAssignment*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_DivisionAssignment_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_DivisionAssignment(Misaki.HighPerformance.Mathematics.float4)">
operator /=(float4)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void operator /=(float4 other)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>other</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_Equality_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Equality*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Equality_Misaki_HighPerformance_Mathematics_float4_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Equality(Misaki.HighPerformance.Mathematics.float4,Misaki.HighPerformance.Mathematics.float4)">
operator ==(float4, 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 bool4 operator ==(float4 lhs, float4 rhs)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
<dt><code>rhs</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_float4_op_GreaterThan_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_GreaterThan*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_GreaterThan_Misaki_HighPerformance_Mathematics_float4_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_GreaterThan(Misaki.HighPerformance.Mathematics.float4,Misaki.HighPerformance.Mathematics.float4)">
operator &gt;(float4, 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 bool4 operator &gt;(float4 lhs, float4 rhs)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
<dt><code>rhs</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_float4_op_GreaterThanOrEqual_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_GreaterThanOrEqual*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_GreaterThanOrEqual_Misaki_HighPerformance_Mathematics_float4_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_GreaterThanOrEqual(Misaki.HighPerformance.Mathematics.float4,Misaki.HighPerformance.Mathematics.float4)">
operator &gt;=(float4, 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 bool4 operator &gt;=(float4 lhs, float4 rhs)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
<dt><code>rhs</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_float4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Implicit*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Implicit_Misaki_HighPerformance_Mathematics_bool4__Misaki_HighPerformance_Mathematics_float4" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Implicit(Misaki.HighPerformance.Mathematics.bool4)~Misaki.HighPerformance.Mathematics.float4">
implicit operator float4(bool4)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static implicit operator float4(bool4 v)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>v</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.bool4.html">bool4</a></dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Implicit*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Implicit_Misaki_HighPerformance_Mathematics_double4__Misaki_HighPerformance_Mathematics_float4" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Implicit(Misaki.HighPerformance.Mathematics.double4)~Misaki.HighPerformance.Mathematics.float4">
implicit operator float4(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 float4(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.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Implicit*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Implicit_Misaki_HighPerformance_Mathematics_int4__Misaki_HighPerformance_Mathematics_float4" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Implicit(Misaki.HighPerformance.Mathematics.int4)~Misaki.HighPerformance.Mathematics.float4">
implicit operator float4(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 float4(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.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Implicit*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Implicit_Misaki_HighPerformance_Mathematics_uint4__Misaki_HighPerformance_Mathematics_float4" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Implicit(Misaki.HighPerformance.Mathematics.uint4)~Misaki.HighPerformance.Mathematics.float4">
implicit operator float4(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 float4(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.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Implicit*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Implicit_System_Double__Misaki_HighPerformance_Mathematics_float4" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Implicit(System.Double)~Misaki.HighPerformance.Mathematics.float4">
implicit operator float4(double)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static implicit operator float4(double v)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>v</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Implicit*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Implicit_System_Int32__Misaki_HighPerformance_Mathematics_float4" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Implicit(System.Int32)~Misaki.HighPerformance.Mathematics.float4">
implicit operator float4(int)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static implicit operator float4(int v)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>v</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Implicit*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Implicit_System_ReadOnlySpan_System_Single___Misaki_HighPerformance_Mathematics_float4" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Implicit(System.ReadOnlySpan{System.Single})~Misaki.HighPerformance.Mathematics.float4">
implicit operator float4(ReadOnlySpan&lt;float&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 float4(ReadOnlySpan&lt;float&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.single">float</a>&gt;</dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Implicit*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Implicit_System_Single__Misaki_HighPerformance_Mathematics_float4" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Implicit(System.Single)~Misaki.HighPerformance.Mathematics.float4">
implicit operator float4(float)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static implicit operator float4(float 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.single">float</a></dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_Implicit_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Implicit*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Implicit_System_UInt32__Misaki_HighPerformance_Mathematics_float4" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Implicit(System.UInt32)~Misaki.HighPerformance.Mathematics.float4">
implicit operator float4(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 float4(uint v)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>v</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_Increment_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Increment*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Increment_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Increment(Misaki.HighPerformance.Mathematics.float4)">
operator ++(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 float4 operator ++(float4 value)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>value</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.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_Inequality_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Inequality*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Inequality_Misaki_HighPerformance_Mathematics_float4_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Inequality(Misaki.HighPerformance.Mathematics.float4,Misaki.HighPerformance.Mathematics.float4)">
operator !=(float4, 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 bool4 operator !=(float4 lhs, float4 rhs)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
<dt><code>rhs</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_float4_op_LessThan_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_LessThan*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_LessThan_Misaki_HighPerformance_Mathematics_float4_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_LessThan(Misaki.HighPerformance.Mathematics.float4,Misaki.HighPerformance.Mathematics.float4)">
operator &lt;(float4, 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 bool4 operator &lt;(float4 lhs, float4 rhs)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
<dt><code>rhs</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_float4_op_LessThanOrEqual_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_LessThanOrEqual*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_LessThanOrEqual_Misaki_HighPerformance_Mathematics_float4_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_LessThanOrEqual(Misaki.HighPerformance.Mathematics.float4,Misaki.HighPerformance.Mathematics.float4)">
operator &lt;=(float4, 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 bool4 operator &lt;=(float4 lhs, float4 rhs)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
<dt><code>rhs</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_float4_op_Modulus_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Modulus*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Modulus_Misaki_HighPerformance_Mathematics_float4_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Modulus(Misaki.HighPerformance.Mathematics.float4,Misaki.HighPerformance.Mathematics.float4)">
operator %(float4, 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 float4 operator %(float4 lhs, float4 rhs)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
<dt><code>rhs</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.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_Modulus_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Modulus*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Modulus_Misaki_HighPerformance_Mathematics_float4_System_Single_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Modulus(Misaki.HighPerformance.Mathematics.float4,System.Single)">
operator %(float4, float)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float4 operator %(float4 lhs, float rhs)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
<dt><code>rhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_Modulus_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Modulus*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Modulus_System_Single_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Modulus(System.Single,Misaki.HighPerformance.Mathematics.float4)">
operator %(float, 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 float4 operator %(float lhs, float4 rhs)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>lhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></dt>
<dd></dd>
<dt><code>rhs</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.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_ModulusAssignment_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_ModulusAssignment*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_ModulusAssignment_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_ModulusAssignment(Misaki.HighPerformance.Mathematics.float4)">
operator %=(float4)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void operator %=(float4 other)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>other</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_MultiplicationAssignment_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_MultiplicationAssignment*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_MultiplicationAssignment_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_MultiplicationAssignment(Misaki.HighPerformance.Mathematics.float4)">
operator *=(float4)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void operator *=(float4 other)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>other</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_Multiply_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Multiply*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Multiply_Misaki_HighPerformance_Mathematics_float4_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Multiply(Misaki.HighPerformance.Mathematics.float4,Misaki.HighPerformance.Mathematics.float4)">
operator *(float4, 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 float4 operator *(float4 lhs, float4 rhs)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
<dt><code>rhs</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.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_Multiply_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Multiply*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Multiply_Misaki_HighPerformance_Mathematics_float4_System_Single_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Multiply(Misaki.HighPerformance.Mathematics.float4,System.Single)">
operator *(float4, float)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float4 operator *(float4 lhs, float rhs)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
<dt><code>rhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_Multiply_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Multiply*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Multiply_System_Single_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Multiply(System.Single,Misaki.HighPerformance.Mathematics.float4)">
operator *(float, 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 float4 operator *(float lhs, float4 rhs)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>lhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></dt>
<dd></dd>
<dt><code>rhs</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.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_Subtraction_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Subtraction*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Subtraction_Misaki_HighPerformance_Mathematics_float4_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Subtraction(Misaki.HighPerformance.Mathematics.float4,Misaki.HighPerformance.Mathematics.float4)">
operator -(float4, 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 float4 operator -(float4 lhs, float4 rhs)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
<dt><code>rhs</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.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_Subtraction_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Subtraction*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Subtraction_Misaki_HighPerformance_Mathematics_float4_System_Single_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Subtraction(Misaki.HighPerformance.Mathematics.float4,System.Single)">
operator -(float4, float)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static float4 operator -(float4 lhs, float rhs)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>lhs</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
<dt><code>rhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_Subtraction_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Subtraction*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_Subtraction_System_Single_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_Subtraction(System.Single,Misaki.HighPerformance.Mathematics.float4)">
operator -(float, 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 float4 operator -(float lhs, float4 rhs)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>lhs</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></dt>
<dd></dd>
<dt><code>rhs</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.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_SubtractionAssignment_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_SubtractionAssignment*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_SubtractionAssignment_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_SubtractionAssignment(Misaki.HighPerformance.Mathematics.float4)">
operator -=(float4)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void operator -=(float4 other)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>other</code> <a class="xref" href="Misaki.HighPerformance.Mathematics.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_UnaryNegation_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_UnaryNegation*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_UnaryNegation_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_UnaryNegation(Misaki.HighPerformance.Mathematics.float4)">
operator -(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 float4 operator -(float4 value)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>value</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.float4.html">float4</a></dt>
<dd></dd>
</dl>
<a id="Misaki_HighPerformance_Mathematics_float4_op_UnaryPlus_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_UnaryPlus*"></a>
<h3 id="Misaki_HighPerformance_Mathematics_float4_op_UnaryPlus_Misaki_HighPerformance_Mathematics_float4_" data-uid="Misaki.HighPerformance.Mathematics.float4.op_UnaryPlus(Misaki.HighPerformance.Mathematics.float4)">
operator +(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 float4 operator +(float4 value)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>value</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.float4.html">float4</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>