Table of Contents

Struct bool3x4

Namespace
Misaki.HighPerformance.Mathematics
Assembly
Misaki.HighPerformance.Mathematics.dll
[NumericType(typeof(bool3), 4, 3, 4, "global::Misaki.HighPerformance.Mathematics.bool", false, true, typeof(uint), null)]
public struct bool3x4 : IEquatable<bool3x4>
Implements
Inherited Members

Constructors

bool3x4(bool3)

public bool3x4(bool3 value)

Parameters

value bool3

bool3x4(bool3, bool3, bool3, bool3)

public bool3x4(bool3 c0, bool3 c1, bool3 c2, bool3 c3)

Parameters

c0 bool3
c1 bool3
c2 bool3
c3 bool3

bool3x4(bool)

public bool3x4(bool value)

Parameters

value bool

bool3x4(bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool)

public bool3x4(bool m00, bool m01, bool m02, bool m03, bool m10, bool m11, bool m12, bool m13, bool m20, bool m21, bool m22, bool m23)

Parameters

m00 bool
m01 bool
m02 bool
m03 bool
m10 bool
m11 bool
m12 bool
m13 bool
m20 bool
m21 bool
m22 bool
m23 bool

bool3x4(in ReadOnlySpan<bool3>)

public bool3x4(in ReadOnlySpan<bool3> values)

Parameters

values ReadOnlySpan<bool3>

bool3x4(in ReadOnlySpan<uint>)

public bool3x4(in ReadOnlySpan<uint> values)

Parameters

values ReadOnlySpan<uint>

bool3x4(uint)

public bool3x4(uint value)

Parameters

value uint

bool3x4(uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint)

public bool3x4(uint m00, uint m01, uint m02, uint m03, uint m10, uint m11, uint m12, uint m13, uint m20, uint m21, uint m22, uint m23)

Parameters

m00 uint
m01 uint
m02 uint
m03 uint
m10 uint
m11 uint
m12 uint
m13 uint
m20 uint
m21 uint
m22 uint
m23 uint

Fields

c0

public bool3 c0

Field Value

bool3

c1

public bool3 c1

Field Value

bool3

c2

public bool3 c2

Field Value

bool3

c3

public bool3 c3

Field Value

bool3

Properties

this[int]

public ref bool3 this[int index] { get; }

Parameters

index int

Property Value

bool3

Methods

Equals(bool3x4)

Indicates whether the current object is equal to another object of the same type.

public readonly bool Equals(bool3x4 other)

Parameters

other bool3x4

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

Indicates whether this instance and a specified object are equal.

public override readonly bool Equals(object? obj)

Parameters

obj object

The object to compare with the current instance.

Returns

bool

true if obj and 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 ==(bool3x4, bool3x4)

public static bool3x4 operator ==(bool3x4 lhs, bool3x4 rhs)

Parameters

lhs bool3x4
rhs bool3x4

Returns

bool3x4

implicit operator bool3x4(bool3)

public static implicit operator bool3x4(bool3 value)

Parameters

value bool3

Returns

bool3x4

implicit operator bool3x4(ReadOnlySpan<bool3>)

public static implicit operator bool3x4(ReadOnlySpan<bool3> value)

Parameters

value ReadOnlySpan<bool3>

Returns

bool3x4

operator !=(bool3x4, bool3x4)

public static bool3x4 operator !=(bool3x4 lhs, bool3x4 rhs)

Parameters

lhs bool3x4
rhs bool3x4

Returns

bool3x4