Struct bool3x2
- Namespace
- Misaki.HighPerformance.Mathematics
- Assembly
- Misaki.HighPerformance.Mathematics.dll
[NumericType(typeof(bool3), 4, 3, 2, "global::Misaki.HighPerformance.Mathematics.bool", false, true, typeof(uint), null)]
public struct bool3x2 : IEquatable<bool3x2>
- Implements
- Inherited Members
Constructors
bool3x2(bool3)
public bool3x2(bool3 value)
Parameters
valuebool3
bool3x2(bool3, bool3)
public bool3x2(bool3 c0, bool3 c1)
Parameters
bool3x2(bool)
public bool3x2(bool value)
Parameters
valuebool
bool3x2(bool, bool, bool, bool, bool, bool)
public bool3x2(bool m00, bool m01, bool m10, bool m11, bool m20, bool m21)
Parameters
bool3x2(in ReadOnlySpan<bool3>)
public bool3x2(in ReadOnlySpan<bool3> values)
Parameters
valuesReadOnlySpan<bool3>
bool3x2(in ReadOnlySpan<uint>)
public bool3x2(in ReadOnlySpan<uint> values)
Parameters
valuesReadOnlySpan<uint>
bool3x2(uint)
public bool3x2(uint value)
Parameters
valueuint
bool3x2(uint, uint, uint, uint, uint, uint)
public bool3x2(uint m00, uint m01, uint m10, uint m11, uint m20, uint m21)
Parameters
Fields
c0
public bool3 c0
Field Value
c1
public bool3 c1
Field Value
Properties
this[int]
public ref bool3 this[int index] { get; }
Parameters
indexint
Property Value
Methods
Equals(bool3x2)
Indicates whether the current object is equal to another object of the same type.
public readonly bool Equals(bool3x2 other)
Parameters
otherbool3x2An object to compare with this object.
Returns
Equals(object?)
Indicates whether this instance and a specified object are equal.
public override readonly bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current instance.
Returns
- bool
true if
objand this instance are the same type and represent the same value; otherwise, false.
GetHashCode()
Returns the hash code for this instance.
public override readonly int GetHashCode()
Returns
- int
A 32-bit signed integer that is the hash code for this instance.
ToString()
Returns the fully qualified type name of this instance.
public override readonly string ToString()
Returns
- string
The fully qualified type name.
Operators
operator ==(bool3x2, bool3x2)
public static bool3x2 operator ==(bool3x2 lhs, bool3x2 rhs)
Parameters
Returns
implicit operator bool3x2(bool3)
public static implicit operator bool3x2(bool3 value)
Parameters
valuebool3
Returns
implicit operator bool3x2(ReadOnlySpan<bool3>)
public static implicit operator bool3x2(ReadOnlySpan<bool3> value)
Parameters
valueReadOnlySpan<bool3>
Returns
operator !=(bool3x2, bool3x2)
public static bool3x2 operator !=(bool3x2 lhs, bool3x2 rhs)