26 references to X
Microsoft.Maui.Graphics (1)
Color.cs (1)
79
Red = color.
X
.Clamp(0, 1);
System.Drawing.Primitives (1)
System\Drawing\RectangleF.cs (1)
57
x = vector.
X
;
System.Private.CoreLib (24)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix4x4.cs (12)
2314
value.X.
X
* q11 + value.X.Y * q21 + value.X.Z * q31,
2315
value.X.
X
* q12 + value.X.Y * q22 + value.X.Z * q32,
2316
value.X.
X
* q13 + value.X.Y * q23 + value.X.Z * q33,
2320
value.Y.
X
* q11 + value.Y.Y * q21 + value.Y.Z * q31,
2321
value.Y.
X
* q12 + value.Y.Y * q22 + value.Y.Z * q32,
2322
value.Y.
X
* q13 + value.Y.Y * q23 + value.Y.Z * q33,
2326
value.Z.
X
* q11 + value.Z.Y * q21 + value.Z.Z * q31,
2327
value.Z.
X
* q12 + value.Z.Y * q22 + value.Z.Z * q32,
2328
value.Z.
X
* q13 + value.Z.Y * q23 + value.Z.Z * q33,
2332
value.W.
X
* q11 + value.W.Y * q21 + value.W.Z * q31,
2333
value.W.
X
* q12 + value.W.Y * q22 + value.W.Z * q32,
2334
value.W.
X
* q13 + value.W.Y * q23 + value.W.Z * q33,
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector4.cs (12)
83
/// <param name="x">The value to assign to the <see cref="
X
" /> field.</param>
504
/// <param name="x">The value to assign to the <see cref="
X
" /> field.</param>
527
/// <summary>Creates a vector with <see cref="
X
" /> initialized to the specified value and the remaining elements initialized to zero.</summary>
528
/// <param name="x">The value to assign to the <see cref="
X
" /> field.</param>
529
/// <returns>A <see cref="Vector4" /> with <see cref="
X
" /> initialized <paramref name="x" /> and the remaining elements initialized to zero.</returns>
534
/// <summary>Creates a vector with <see cref="
X
" /> initialized to the specified value and the remaining elements left uninitialized.</summary>
535
/// <param name="x">The value to assign to the <see cref="
X
" /> field.</param>
536
/// <returns>A <see cref="Vector4" /> with <see cref="
X
" /> initialized <paramref name="x" /> and the remaining elements left uninitialized.</returns>
974
/// <param name="xIndex">The index used to select a value from <paramref name="vector" /> to be used as the value of <see cref="
X
" /> in the result.</param>
1168
/// <remarks>Two vectors are equal if their <see cref="
X
" />, <see cref="Y" />, <see cref="Z" />, and <see cref="W" /> elements are equal.</remarks>
1180
public override readonly int GetHashCode() => HashCode.Combine(
X
, Y, Z, W);
1222
handler.AppendFormatted(
X
, format);