Files
Misaki.HighPerformance/docs/documents/api/Misaki.HighPerformance.Mathematics.bool4x4.yml

1343 lines
58 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Misaki.HighPerformance.Mathematics.bool4x4
commentId: T:Misaki.HighPerformance.Mathematics.bool4x4
id: bool4x4
parent: Misaki.HighPerformance.Mathematics
children:
- Misaki.HighPerformance.Mathematics.bool4x4.#ctor(Misaki.HighPerformance.Mathematics.bool4)
- Misaki.HighPerformance.Mathematics.bool4x4.#ctor(Misaki.HighPerformance.Mathematics.bool4,Misaki.HighPerformance.Mathematics.bool4,Misaki.HighPerformance.Mathematics.bool4,Misaki.HighPerformance.Mathematics.bool4)
- Misaki.HighPerformance.Mathematics.bool4x4.#ctor(System.Boolean)
- Misaki.HighPerformance.Mathematics.bool4x4.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- Misaki.HighPerformance.Mathematics.bool4x4.#ctor(System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool4}@)
- Misaki.HighPerformance.Mathematics.bool4x4.#ctor(System.ReadOnlySpan{System.UInt32}@)
- Misaki.HighPerformance.Mathematics.bool4x4.#ctor(System.UInt32)
- Misaki.HighPerformance.Mathematics.bool4x4.#ctor(System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32)
- Misaki.HighPerformance.Mathematics.bool4x4.Equals(Misaki.HighPerformance.Mathematics.bool4x4)
- Misaki.HighPerformance.Mathematics.bool4x4.Equals(System.Object)
- Misaki.HighPerformance.Mathematics.bool4x4.GetHashCode
- Misaki.HighPerformance.Mathematics.bool4x4.Item(System.Int32)
- Misaki.HighPerformance.Mathematics.bool4x4.ToString
- Misaki.HighPerformance.Mathematics.bool4x4.c0
- Misaki.HighPerformance.Mathematics.bool4x4.c1
- Misaki.HighPerformance.Mathematics.bool4x4.c2
- Misaki.HighPerformance.Mathematics.bool4x4.c3
- Misaki.HighPerformance.Mathematics.bool4x4.op_Equality(Misaki.HighPerformance.Mathematics.bool4x4,Misaki.HighPerformance.Mathematics.bool4x4)
- Misaki.HighPerformance.Mathematics.bool4x4.op_Implicit(Misaki.HighPerformance.Mathematics.bool4)~Misaki.HighPerformance.Mathematics.bool4x4
- Misaki.HighPerformance.Mathematics.bool4x4.op_Implicit(System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool4})~Misaki.HighPerformance.Mathematics.bool4x4
- Misaki.HighPerformance.Mathematics.bool4x4.op_Inequality(Misaki.HighPerformance.Mathematics.bool4x4,Misaki.HighPerformance.Mathematics.bool4x4)
langs:
- csharp
- vb
name: bool4x4
nameWithType: bool4x4
fullName: Misaki.HighPerformance.Mathematics.bool4x4
type: Struct
source:
id: bool4x4
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool4x4.g.cs
startLine: 10
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[NumericType(typeof(bool4), 4, 4, 4, "global::Misaki.HighPerformance.Mathematics.bool", false, true, typeof(uint), null)]
public struct bool4x4 : IEquatable<bool4x4>
content.vb: >-
<NumericType(GetType(bool4), 4, 4, 4, "global::Misaki.HighPerformance.Mathematics.bool", False, True, GetType(UInteger), Nothing)>
Public Structure bool4x4 Implements IEquatable(Of bool4x4)
implements:
- System.IEquatable{Misaki.HighPerformance.Mathematics.bool4x4}
inheritedMembers:
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetType
- System.Object.ReferenceEquals(System.Object,System.Object)
attributes:
- type: Misaki.HighPerformance.Mathematics.NumericTypeAttribute
ctor: Misaki.HighPerformance.Mathematics.NumericTypeAttribute.#ctor(System.Type,System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.Boolean,System.Type,System.Type)
arguments:
- type: System.Type
value: Misaki.HighPerformance.Mathematics.bool4
- type: System.Int32
value: 4
- type: System.Int32
value: 4
- type: System.Int32
value: 4
- type: System.String
value: global::Misaki.HighPerformance.Mathematics.bool
- type: System.Boolean
value: false
- type: System.Boolean
value: true
- type: System.Type
value: System.UInt32
- type: System.Type
- uid: Misaki.HighPerformance.Mathematics.bool4x4.#ctor(System.Boolean)
commentId: M:Misaki.HighPerformance.Mathematics.bool4x4.#ctor(System.Boolean)
id: '#ctor(System.Boolean)'
parent: Misaki.HighPerformance.Mathematics.bool4x4
langs:
- csharp
- vb
name: bool4x4(bool)
nameWithType: bool4x4.bool4x4(bool)
fullName: Misaki.HighPerformance.Mathematics.bool4x4.bool4x4(bool)
type: Constructor
source:
remote:
path: src/Misaki.HighPerformance.Mathematics/bool.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: .ctor
path: src/Misaki.HighPerformance.Mathematics/bool.cs
startLine: 204
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool4x4(bool value)
parameters:
- id: value
type: System.Boolean
content.vb: Public Sub New(value As Boolean)
overload: Misaki.HighPerformance.Mathematics.bool4x4.#ctor*
nameWithType.vb: bool4x4.New(Boolean)
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x4.New(Boolean)
name.vb: New(Boolean)
- uid: Misaki.HighPerformance.Mathematics.bool4x4.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
commentId: M:Misaki.HighPerformance.Mathematics.bool4x4.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
id: '#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)'
parent: Misaki.HighPerformance.Mathematics.bool4x4
langs:
- csharp
- vb
name: bool4x4(bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool)
nameWithType: bool4x4.bool4x4(bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool)
fullName: Misaki.HighPerformance.Mathematics.bool4x4.bool4x4(bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool)
type: Constructor
source:
remote:
path: src/Misaki.HighPerformance.Mathematics/bool.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: .ctor
path: src/Misaki.HighPerformance.Mathematics/bool.cs
startLine: 212
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool4x4(bool m00, bool m01, bool m02, bool m03, bool m10, bool m11, bool m12, bool m13, bool m20, bool m21, bool m22, bool m23, bool m30, bool m31, bool m32, bool m33)
parameters:
- id: m00
type: System.Boolean
- id: m01
type: System.Boolean
- id: m02
type: System.Boolean
- id: m03
type: System.Boolean
- id: m10
type: System.Boolean
- id: m11
type: System.Boolean
- id: m12
type: System.Boolean
- id: m13
type: System.Boolean
- id: m20
type: System.Boolean
- id: m21
type: System.Boolean
- id: m22
type: System.Boolean
- id: m23
type: System.Boolean
- id: m30
type: System.Boolean
- id: m31
type: System.Boolean
- id: m32
type: System.Boolean
- id: m33
type: System.Boolean
content.vb: Public Sub New(m00 As Boolean, m01 As Boolean, m02 As Boolean, m03 As Boolean, m10 As Boolean, m11 As Boolean, m12 As Boolean, m13 As Boolean, m20 As Boolean, m21 As Boolean, m22 As Boolean, m23 As Boolean, m30 As Boolean, m31 As Boolean, m32 As Boolean, m33 As Boolean)
overload: Misaki.HighPerformance.Mathematics.bool4x4.#ctor*
nameWithType.vb: bool4x4.New(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x4.New(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
name.vb: New(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
- uid: Misaki.HighPerformance.Mathematics.bool4x4.c0
commentId: F:Misaki.HighPerformance.Mathematics.bool4x4.c0
id: c0
parent: Misaki.HighPerformance.Mathematics.bool4x4
langs:
- csharp
- vb
name: c0
nameWithType: bool4x4.c0
fullName: Misaki.HighPerformance.Mathematics.bool4x4.c0
type: Field
source:
id: c0
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool4x4.g.cs
startLine: 12
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool4 c0
return:
type: Misaki.HighPerformance.Mathematics.bool4
content.vb: Public c0 As bool4
- uid: Misaki.HighPerformance.Mathematics.bool4x4.c1
commentId: F:Misaki.HighPerformance.Mathematics.bool4x4.c1
id: c1
parent: Misaki.HighPerformance.Mathematics.bool4x4
langs:
- csharp
- vb
name: c1
nameWithType: bool4x4.c1
fullName: Misaki.HighPerformance.Mathematics.bool4x4.c1
type: Field
source:
id: c1
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool4x4.g.cs
startLine: 13
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool4 c1
return:
type: Misaki.HighPerformance.Mathematics.bool4
content.vb: Public c1 As bool4
- uid: Misaki.HighPerformance.Mathematics.bool4x4.c2
commentId: F:Misaki.HighPerformance.Mathematics.bool4x4.c2
id: c2
parent: Misaki.HighPerformance.Mathematics.bool4x4
langs:
- csharp
- vb
name: c2
nameWithType: bool4x4.c2
fullName: Misaki.HighPerformance.Mathematics.bool4x4.c2
type: Field
source:
id: c2
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool4x4.g.cs
startLine: 14
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool4 c2
return:
type: Misaki.HighPerformance.Mathematics.bool4
content.vb: Public c2 As bool4
- uid: Misaki.HighPerformance.Mathematics.bool4x4.c3
commentId: F:Misaki.HighPerformance.Mathematics.bool4x4.c3
id: c3
parent: Misaki.HighPerformance.Mathematics.bool4x4
langs:
- csharp
- vb
name: c3
nameWithType: bool4x4.c3
fullName: Misaki.HighPerformance.Mathematics.bool4x4.c3
type: Field
source:
id: c3
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool4x4.g.cs
startLine: 15
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool4 c3
return:
type: Misaki.HighPerformance.Mathematics.bool4
content.vb: Public c3 As bool4
- uid: Misaki.HighPerformance.Mathematics.bool4x4.Item(System.Int32)
commentId: P:Misaki.HighPerformance.Mathematics.bool4x4.Item(System.Int32)
id: Item(System.Int32)
parent: Misaki.HighPerformance.Mathematics.bool4x4
langs:
- csharp
- vb
name: this[int]
nameWithType: bool4x4.this[int]
fullName: Misaki.HighPerformance.Mathematics.bool4x4.this[int]
type: Property
source:
id: this[]
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool4x4.g.cs
startLine: 17
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public ref bool4 this[int index] { get; }
parameters:
- id: index
type: System.Int32
return:
type: Misaki.HighPerformance.Mathematics.bool4
content.vb: Public ReadOnly Default ByRef Property this[](index As Integer) As bool4
overload: Misaki.HighPerformance.Mathematics.bool4x4.Item*
nameWithType.vb: bool4x4.this[](Integer)
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x4.this[](Integer)
name.vb: this[](Integer)
- uid: Misaki.HighPerformance.Mathematics.bool4x4.#ctor(System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool4}@)
commentId: M:Misaki.HighPerformance.Mathematics.bool4x4.#ctor(System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool4}@)
id: '#ctor(System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool4}@)'
parent: Misaki.HighPerformance.Mathematics.bool4x4
langs:
- csharp
- vb
name: bool4x4(in ReadOnlySpan<bool4>)
nameWithType: bool4x4.bool4x4(in ReadOnlySpan<bool4>)
fullName: Misaki.HighPerformance.Mathematics.bool4x4.bool4x4(in System.ReadOnlySpan<Misaki.HighPerformance.Mathematics.bool4>)
type: Constructor
source:
id: .ctor
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool4x4.g.cs
startLine: 26
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool4x4(in ReadOnlySpan<bool4> values)
parameters:
- id: values
type: System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool4}
content.vb: Public Sub New(values As ReadOnlySpan(Of bool4))
overload: Misaki.HighPerformance.Mathematics.bool4x4.#ctor*
nameWithType.vb: bool4x4.New(ReadOnlySpan(Of bool4))
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x4.New(System.ReadOnlySpan(Of Misaki.HighPerformance.Mathematics.bool4))
name.vb: New(ReadOnlySpan(Of bool4))
- uid: Misaki.HighPerformance.Mathematics.bool4x4.#ctor(System.ReadOnlySpan{System.UInt32}@)
commentId: M:Misaki.HighPerformance.Mathematics.bool4x4.#ctor(System.ReadOnlySpan{System.UInt32}@)
id: '#ctor(System.ReadOnlySpan{System.UInt32}@)'
parent: Misaki.HighPerformance.Mathematics.bool4x4
langs:
- csharp
- vb
name: bool4x4(in ReadOnlySpan<uint>)
nameWithType: bool4x4.bool4x4(in ReadOnlySpan<uint>)
fullName: Misaki.HighPerformance.Mathematics.bool4x4.bool4x4(in System.ReadOnlySpan<uint>)
type: Constructor
source:
id: .ctor
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool4x4.g.cs
startLine: 41
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool4x4(in ReadOnlySpan<uint> values)
parameters:
- id: values
type: System.ReadOnlySpan{System.UInt32}
content.vb: Public Sub New(values As ReadOnlySpan(Of UInteger))
overload: Misaki.HighPerformance.Mathematics.bool4x4.#ctor*
nameWithType.vb: bool4x4.New(ReadOnlySpan(Of UInteger))
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x4.New(System.ReadOnlySpan(Of UInteger))
name.vb: New(ReadOnlySpan(Of UInteger))
- uid: Misaki.HighPerformance.Mathematics.bool4x4.#ctor(System.UInt32)
commentId: M:Misaki.HighPerformance.Mathematics.bool4x4.#ctor(System.UInt32)
id: '#ctor(System.UInt32)'
parent: Misaki.HighPerformance.Mathematics.bool4x4
langs:
- csharp
- vb
name: bool4x4(uint)
nameWithType: bool4x4.bool4x4(uint)
fullName: Misaki.HighPerformance.Mathematics.bool4x4.bool4x4(uint)
type: Constructor
source:
id: .ctor
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool4x4.g.cs
startLine: 56
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool4x4(uint value)
parameters:
- id: value
type: System.UInt32
content.vb: Public Sub New(value As UInteger)
overload: Misaki.HighPerformance.Mathematics.bool4x4.#ctor*
nameWithType.vb: bool4x4.New(UInteger)
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x4.New(UInteger)
name.vb: New(UInteger)
- uid: Misaki.HighPerformance.Mathematics.bool4x4.#ctor(System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32)
commentId: M:Misaki.HighPerformance.Mathematics.bool4x4.#ctor(System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32)
id: '#ctor(System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32)'
parent: Misaki.HighPerformance.Mathematics.bool4x4
langs:
- csharp
- vb
name: bool4x4(uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint)
nameWithType: bool4x4.bool4x4(uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint)
fullName: Misaki.HighPerformance.Mathematics.bool4x4.bool4x4(uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint)
type: Constructor
source:
id: .ctor
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool4x4.g.cs
startLine: 65
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool4x4(uint m00, uint m01, uint m02, uint m03, uint m10, uint m11, uint m12, uint m13, uint m20, uint m21, uint m22, uint m23, uint m30, uint m31, uint m32, uint m33)
parameters:
- id: m00
type: System.UInt32
- id: m01
type: System.UInt32
- id: m02
type: System.UInt32
- id: m03
type: System.UInt32
- id: m10
type: System.UInt32
- id: m11
type: System.UInt32
- id: m12
type: System.UInt32
- id: m13
type: System.UInt32
- id: m20
type: System.UInt32
- id: m21
type: System.UInt32
- id: m22
type: System.UInt32
- id: m23
type: System.UInt32
- id: m30
type: System.UInt32
- id: m31
type: System.UInt32
- id: m32
type: System.UInt32
- id: m33
type: System.UInt32
content.vb: Public Sub New(m00 As UInteger, m01 As UInteger, m02 As UInteger, m03 As UInteger, m10 As UInteger, m11 As UInteger, m12 As UInteger, m13 As UInteger, m20 As UInteger, m21 As UInteger, m22 As UInteger, m23 As UInteger, m30 As UInteger, m31 As UInteger, m32 As UInteger, m33 As UInteger)
overload: Misaki.HighPerformance.Mathematics.bool4x4.#ctor*
nameWithType.vb: bool4x4.New(UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger)
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x4.New(UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger)
name.vb: New(UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger)
- uid: Misaki.HighPerformance.Mathematics.bool4x4.#ctor(Misaki.HighPerformance.Mathematics.bool4)
commentId: M:Misaki.HighPerformance.Mathematics.bool4x4.#ctor(Misaki.HighPerformance.Mathematics.bool4)
id: '#ctor(Misaki.HighPerformance.Mathematics.bool4)'
parent: Misaki.HighPerformance.Mathematics.bool4x4
langs:
- csharp
- vb
name: bool4x4(bool4)
nameWithType: bool4x4.bool4x4(bool4)
fullName: Misaki.HighPerformance.Mathematics.bool4x4.bool4x4(Misaki.HighPerformance.Mathematics.bool4)
type: Constructor
source:
id: .ctor
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool4x4.g.cs
startLine: 74
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool4x4(bool4 value)
parameters:
- id: value
type: Misaki.HighPerformance.Mathematics.bool4
content.vb: Public Sub New(value As bool4)
overload: Misaki.HighPerformance.Mathematics.bool4x4.#ctor*
nameWithType.vb: bool4x4.New(bool4)
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x4.New(Misaki.HighPerformance.Mathematics.bool4)
name.vb: New(bool4)
- uid: Misaki.HighPerformance.Mathematics.bool4x4.#ctor(Misaki.HighPerformance.Mathematics.bool4,Misaki.HighPerformance.Mathematics.bool4,Misaki.HighPerformance.Mathematics.bool4,Misaki.HighPerformance.Mathematics.bool4)
commentId: M:Misaki.HighPerformance.Mathematics.bool4x4.#ctor(Misaki.HighPerformance.Mathematics.bool4,Misaki.HighPerformance.Mathematics.bool4,Misaki.HighPerformance.Mathematics.bool4,Misaki.HighPerformance.Mathematics.bool4)
id: '#ctor(Misaki.HighPerformance.Mathematics.bool4,Misaki.HighPerformance.Mathematics.bool4,Misaki.HighPerformance.Mathematics.bool4,Misaki.HighPerformance.Mathematics.bool4)'
parent: Misaki.HighPerformance.Mathematics.bool4x4
langs:
- csharp
- vb
name: bool4x4(bool4, bool4, bool4, bool4)
nameWithType: bool4x4.bool4x4(bool4, bool4, bool4, bool4)
fullName: Misaki.HighPerformance.Mathematics.bool4x4.bool4x4(Misaki.HighPerformance.Mathematics.bool4, Misaki.HighPerformance.Mathematics.bool4, Misaki.HighPerformance.Mathematics.bool4, Misaki.HighPerformance.Mathematics.bool4)
type: Constructor
source:
id: .ctor
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool4x4.g.cs
startLine: 83
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool4x4(bool4 c0, bool4 c1, bool4 c2, bool4 c3)
parameters:
- id: c0
type: Misaki.HighPerformance.Mathematics.bool4
- id: c1
type: Misaki.HighPerformance.Mathematics.bool4
- id: c2
type: Misaki.HighPerformance.Mathematics.bool4
- id: c3
type: Misaki.HighPerformance.Mathematics.bool4
content.vb: Public Sub New(c0 As bool4, c1 As bool4, c2 As bool4, c3 As bool4)
overload: Misaki.HighPerformance.Mathematics.bool4x4.#ctor*
nameWithType.vb: bool4x4.New(bool4, bool4, bool4, bool4)
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x4.New(Misaki.HighPerformance.Mathematics.bool4, Misaki.HighPerformance.Mathematics.bool4, Misaki.HighPerformance.Mathematics.bool4, Misaki.HighPerformance.Mathematics.bool4)
name.vb: New(bool4, bool4, bool4, bool4)
- uid: Misaki.HighPerformance.Mathematics.bool4x4.ToString
commentId: M:Misaki.HighPerformance.Mathematics.bool4x4.ToString
id: ToString
parent: Misaki.HighPerformance.Mathematics.bool4x4
langs:
- csharp
- vb
name: ToString()
nameWithType: bool4x4.ToString()
fullName: Misaki.HighPerformance.Mathematics.bool4x4.ToString()
type: Method
source:
id: ToString
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool4x4.g.cs
startLine: 92
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
summary: Returns the fully qualified type name of this instance.
example: []
syntax:
content: public override readonly string ToString()
return:
type: System.String
description: The fully qualified type name.
content.vb: Public Overrides Function ToString() As String
overridden: System.ValueType.ToString
overload: Misaki.HighPerformance.Mathematics.bool4x4.ToString*
- uid: Misaki.HighPerformance.Mathematics.bool4x4.GetHashCode
commentId: M:Misaki.HighPerformance.Mathematics.bool4x4.GetHashCode
id: GetHashCode
parent: Misaki.HighPerformance.Mathematics.bool4x4
langs:
- csharp
- vb
name: GetHashCode()
nameWithType: bool4x4.GetHashCode()
fullName: Misaki.HighPerformance.Mathematics.bool4x4.GetHashCode()
type: Method
source:
id: GetHashCode
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool4x4.g.cs
startLine: 97
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
summary: Returns the hash code for this instance.
example: []
syntax:
content: public override readonly int GetHashCode()
return:
type: System.Int32
description: A 32-bit signed integer that is the hash code for this instance.
content.vb: Public Overrides Function GetHashCode() As Integer
overridden: System.ValueType.GetHashCode
overload: Misaki.HighPerformance.Mathematics.bool4x4.GetHashCode*
- uid: Misaki.HighPerformance.Mathematics.bool4x4.Equals(System.Object)
commentId: M:Misaki.HighPerformance.Mathematics.bool4x4.Equals(System.Object)
id: Equals(System.Object)
parent: Misaki.HighPerformance.Mathematics.bool4x4
langs:
- csharp
- vb
name: Equals(object?)
nameWithType: bool4x4.Equals(object?)
fullName: Misaki.HighPerformance.Mathematics.bool4x4.Equals(object?)
type: Method
source:
id: Equals
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool4x4.g.cs
startLine: 102
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
summary: Indicates whether this instance and a specified object are equal.
example: []
syntax:
content: public override readonly bool Equals(object? obj)
parameters:
- id: obj
type: System.Object
description: The object to compare with the current instance.
return:
type: System.Boolean
description: <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>.
content.vb: Public Overrides Function Equals(obj As Object) As Boolean
overridden: System.ValueType.Equals(System.Object)
overload: Misaki.HighPerformance.Mathematics.bool4x4.Equals*
nameWithType.vb: bool4x4.Equals(Object)
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x4.Equals(Object)
name.vb: Equals(Object)
- uid: Misaki.HighPerformance.Mathematics.bool4x4.Equals(Misaki.HighPerformance.Mathematics.bool4x4)
commentId: M:Misaki.HighPerformance.Mathematics.bool4x4.Equals(Misaki.HighPerformance.Mathematics.bool4x4)
id: Equals(Misaki.HighPerformance.Mathematics.bool4x4)
parent: Misaki.HighPerformance.Mathematics.bool4x4
langs:
- csharp
- vb
name: Equals(bool4x4)
nameWithType: bool4x4.Equals(bool4x4)
fullName: Misaki.HighPerformance.Mathematics.bool4x4.Equals(Misaki.HighPerformance.Mathematics.bool4x4)
type: Method
source:
id: Equals
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool4x4.g.cs
startLine: 107
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
summary: Indicates whether the current object is equal to another object of the same type.
example: []
syntax:
content: public readonly bool Equals(bool4x4 other)
parameters:
- id: other
type: Misaki.HighPerformance.Mathematics.bool4x4
description: An object to compare with this object.
return:
type: System.Boolean
description: <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>.
content.vb: Public Function Equals(other As bool4x4) As Boolean
overload: Misaki.HighPerformance.Mathematics.bool4x4.Equals*
implements:
- System.IEquatable{Misaki.HighPerformance.Mathematics.bool4x4}.Equals(Misaki.HighPerformance.Mathematics.bool4x4)
- uid: Misaki.HighPerformance.Mathematics.bool4x4.op_Equality(Misaki.HighPerformance.Mathematics.bool4x4,Misaki.HighPerformance.Mathematics.bool4x4)
commentId: M:Misaki.HighPerformance.Mathematics.bool4x4.op_Equality(Misaki.HighPerformance.Mathematics.bool4x4,Misaki.HighPerformance.Mathematics.bool4x4)
id: op_Equality(Misaki.HighPerformance.Mathematics.bool4x4,Misaki.HighPerformance.Mathematics.bool4x4)
parent: Misaki.HighPerformance.Mathematics.bool4x4
langs:
- csharp
- vb
name: operator ==(bool4x4, bool4x4)
nameWithType: bool4x4.operator ==(bool4x4, bool4x4)
fullName: Misaki.HighPerformance.Mathematics.bool4x4.operator ==(Misaki.HighPerformance.Mathematics.bool4x4, Misaki.HighPerformance.Mathematics.bool4x4)
type: Operator
source:
id: op_Equality
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool4x4.g.cs
startLine: 112
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public static bool4x4 operator ==(bool4x4 lhs, bool4x4 rhs)
parameters:
- id: lhs
type: Misaki.HighPerformance.Mathematics.bool4x4
- id: rhs
type: Misaki.HighPerformance.Mathematics.bool4x4
return:
type: Misaki.HighPerformance.Mathematics.bool4x4
content.vb: Public Shared Operator =(lhs As bool4x4, rhs As bool4x4) As bool4x4
overload: Misaki.HighPerformance.Mathematics.bool4x4.op_Equality*
nameWithType.vb: bool4x4.=(bool4x4, bool4x4)
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x4.=(Misaki.HighPerformance.Mathematics.bool4x4, Misaki.HighPerformance.Mathematics.bool4x4)
name.vb: =(bool4x4, bool4x4)
- uid: Misaki.HighPerformance.Mathematics.bool4x4.op_Inequality(Misaki.HighPerformance.Mathematics.bool4x4,Misaki.HighPerformance.Mathematics.bool4x4)
commentId: M:Misaki.HighPerformance.Mathematics.bool4x4.op_Inequality(Misaki.HighPerformance.Mathematics.bool4x4,Misaki.HighPerformance.Mathematics.bool4x4)
id: op_Inequality(Misaki.HighPerformance.Mathematics.bool4x4,Misaki.HighPerformance.Mathematics.bool4x4)
parent: Misaki.HighPerformance.Mathematics.bool4x4
langs:
- csharp
- vb
name: operator !=(bool4x4, bool4x4)
nameWithType: bool4x4.operator !=(bool4x4, bool4x4)
fullName: Misaki.HighPerformance.Mathematics.bool4x4.operator !=(Misaki.HighPerformance.Mathematics.bool4x4, Misaki.HighPerformance.Mathematics.bool4x4)
type: Operator
source:
id: op_Inequality
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool4x4.g.cs
startLine: 117
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public static bool4x4 operator !=(bool4x4 lhs, bool4x4 rhs)
parameters:
- id: lhs
type: Misaki.HighPerformance.Mathematics.bool4x4
- id: rhs
type: Misaki.HighPerformance.Mathematics.bool4x4
return:
type: Misaki.HighPerformance.Mathematics.bool4x4
content.vb: Public Shared Operator <>(lhs As bool4x4, rhs As bool4x4) As bool4x4
overload: Misaki.HighPerformance.Mathematics.bool4x4.op_Inequality*
nameWithType.vb: bool4x4.<>(bool4x4, bool4x4)
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x4.<>(Misaki.HighPerformance.Mathematics.bool4x4, Misaki.HighPerformance.Mathematics.bool4x4)
name.vb: <>(bool4x4, bool4x4)
- uid: Misaki.HighPerformance.Mathematics.bool4x4.op_Implicit(System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool4})~Misaki.HighPerformance.Mathematics.bool4x4
commentId: M:Misaki.HighPerformance.Mathematics.bool4x4.op_Implicit(System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool4})~Misaki.HighPerformance.Mathematics.bool4x4
id: op_Implicit(System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool4})~Misaki.HighPerformance.Mathematics.bool4x4
parent: Misaki.HighPerformance.Mathematics.bool4x4
langs:
- csharp
- vb
name: implicit operator bool4x4(ReadOnlySpan<bool4>)
nameWithType: bool4x4.implicit operator bool4x4(ReadOnlySpan<bool4>)
fullName: Misaki.HighPerformance.Mathematics.bool4x4.implicit operator Misaki.HighPerformance.Mathematics.bool4x4(System.ReadOnlySpan<Misaki.HighPerformance.Mathematics.bool4>)
type: Operator
source:
id: op_Implicit
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool4x4.g.cs
startLine: 122
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public static implicit operator bool4x4(ReadOnlySpan<bool4> value)
parameters:
- id: value
type: System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool4}
return:
type: Misaki.HighPerformance.Mathematics.bool4x4
content.vb: Public Shared Widening Operator CType(value As ReadOnlySpan(Of bool4)) As bool4x4
overload: Misaki.HighPerformance.Mathematics.bool4x4.op_Implicit*
nameWithType.vb: bool4x4.CType(ReadOnlySpan(Of bool4))
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x4.CType(System.ReadOnlySpan(Of Misaki.HighPerformance.Mathematics.bool4))
name.vb: CType(ReadOnlySpan(Of bool4))
- uid: Misaki.HighPerformance.Mathematics.bool4x4.op_Implicit(Misaki.HighPerformance.Mathematics.bool4)~Misaki.HighPerformance.Mathematics.bool4x4
commentId: M:Misaki.HighPerformance.Mathematics.bool4x4.op_Implicit(Misaki.HighPerformance.Mathematics.bool4)~Misaki.HighPerformance.Mathematics.bool4x4
id: op_Implicit(Misaki.HighPerformance.Mathematics.bool4)~Misaki.HighPerformance.Mathematics.bool4x4
parent: Misaki.HighPerformance.Mathematics.bool4x4
langs:
- csharp
- vb
name: implicit operator bool4x4(bool4)
nameWithType: bool4x4.implicit operator bool4x4(bool4)
fullName: Misaki.HighPerformance.Mathematics.bool4x4.implicit operator Misaki.HighPerformance.Mathematics.bool4x4(Misaki.HighPerformance.Mathematics.bool4)
type: Operator
source:
id: op_Implicit
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool4x4.g.cs
startLine: 127
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public static implicit operator bool4x4(bool4 value)
parameters:
- id: value
type: Misaki.HighPerformance.Mathematics.bool4
return:
type: Misaki.HighPerformance.Mathematics.bool4x4
content.vb: Public Shared Widening Operator CType(value As bool4) As bool4x4
overload: Misaki.HighPerformance.Mathematics.bool4x4.op_Implicit*
nameWithType.vb: bool4x4.CType(bool4)
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x4.CType(Misaki.HighPerformance.Mathematics.bool4)
name.vb: CType(bool4)
references:
- uid: Misaki.HighPerformance.Mathematics
commentId: N:Misaki.HighPerformance.Mathematics
href: Misaki.html
name: Misaki.HighPerformance.Mathematics
nameWithType: Misaki.HighPerformance.Mathematics
fullName: Misaki.HighPerformance.Mathematics
spec.csharp:
- uid: Misaki
name: Misaki
href: Misaki.html
- name: .
- uid: Misaki.HighPerformance
name: HighPerformance
href: Misaki.HighPerformance.html
- name: .
- uid: Misaki.HighPerformance.Mathematics
name: Mathematics
href: Misaki.HighPerformance.Mathematics.html
spec.vb:
- uid: Misaki
name: Misaki
href: Misaki.html
- name: .
- uid: Misaki.HighPerformance
name: HighPerformance
href: Misaki.HighPerformance.html
- name: .
- uid: Misaki.HighPerformance.Mathematics
name: Mathematics
href: Misaki.HighPerformance.Mathematics.html
- uid: System.IEquatable{Misaki.HighPerformance.Mathematics.bool4x4}
commentId: T:System.IEquatable{Misaki.HighPerformance.Mathematics.bool4x4}
parent: System
definition: System.IEquatable`1
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
name: IEquatable<bool4x4>
nameWithType: IEquatable<bool4x4>
fullName: System.IEquatable<Misaki.HighPerformance.Mathematics.bool4x4>
nameWithType.vb: IEquatable(Of bool4x4)
fullName.vb: System.IEquatable(Of Misaki.HighPerformance.Mathematics.bool4x4)
name.vb: IEquatable(Of bool4x4)
spec.csharp:
- uid: System.IEquatable`1
name: IEquatable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
- name: <
- uid: Misaki.HighPerformance.Mathematics.bool4x4
name: bool4x4
href: Misaki.HighPerformance.Mathematics.bool4x4.html
- name: '>'
spec.vb:
- uid: System.IEquatable`1
name: IEquatable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
- name: (
- name: Of
- name: " "
- uid: Misaki.HighPerformance.Mathematics.bool4x4
name: bool4x4
href: Misaki.HighPerformance.Mathematics.bool4x4.html
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType()
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.IEquatable`1
commentId: T:System.IEquatable`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
name: IEquatable<T>
nameWithType: IEquatable<T>
fullName: System.IEquatable<T>
nameWithType.vb: IEquatable(Of T)
fullName.vb: System.IEquatable(Of T)
name.vb: IEquatable(Of T)
spec.csharp:
- uid: System.IEquatable`1
name: IEquatable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.IEquatable`1
name: IEquatable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: Misaki.HighPerformance.Mathematics.bool4x4.#ctor*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool4x4.#ctor
href: Misaki.HighPerformance.Mathematics.bool4x4.html#Misaki_HighPerformance_Mathematics_bool4x4__ctor_System_Boolean_
name: bool4x4
nameWithType: bool4x4.bool4x4
fullName: Misaki.HighPerformance.Mathematics.bool4x4.bool4x4
nameWithType.vb: bool4x4.New
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x4.New
name.vb: New
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
- uid: Misaki.HighPerformance.Mathematics.bool4
commentId: T:Misaki.HighPerformance.Mathematics.bool4
parent: Misaki.HighPerformance.Mathematics
href: Misaki.HighPerformance.Mathematics.bool4.html
name: bool4
nameWithType: bool4
fullName: Misaki.HighPerformance.Mathematics.bool4
- uid: Misaki.HighPerformance.Mathematics.bool4x4.Item*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool4x4.Item
href: Misaki.HighPerformance.Mathematics.bool4x4.html#Misaki_HighPerformance_Mathematics_bool4x4_Item_System_Int32_
name: this
nameWithType: bool4x4.this
fullName: Misaki.HighPerformance.Mathematics.bool4x4.this
nameWithType.vb: bool4x4.this[]
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x4.this[]
name.vb: this[]
- uid: System.Int32
commentId: T:System.Int32
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
name: int
nameWithType: int
fullName: int
nameWithType.vb: Integer
fullName.vb: Integer
name.vb: Integer
- uid: System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool4}
commentId: T:System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool4}
parent: System
definition: System.ReadOnlySpan`1
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
name: ReadOnlySpan<bool4>
nameWithType: ReadOnlySpan<bool4>
fullName: System.ReadOnlySpan<Misaki.HighPerformance.Mathematics.bool4>
nameWithType.vb: ReadOnlySpan(Of bool4)
fullName.vb: System.ReadOnlySpan(Of Misaki.HighPerformance.Mathematics.bool4)
name.vb: ReadOnlySpan(Of bool4)
spec.csharp:
- uid: System.ReadOnlySpan`1
name: ReadOnlySpan
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
- name: <
- uid: Misaki.HighPerformance.Mathematics.bool4
name: bool4
href: Misaki.HighPerformance.Mathematics.bool4.html
- name: '>'
spec.vb:
- uid: System.ReadOnlySpan`1
name: ReadOnlySpan
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
- name: (
- name: Of
- name: " "
- uid: Misaki.HighPerformance.Mathematics.bool4
name: bool4
href: Misaki.HighPerformance.Mathematics.bool4.html
- name: )
- uid: System.ReadOnlySpan`1
commentId: T:System.ReadOnlySpan`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
name: ReadOnlySpan<T>
nameWithType: ReadOnlySpan<T>
fullName: System.ReadOnlySpan<T>
nameWithType.vb: ReadOnlySpan(Of T)
fullName.vb: System.ReadOnlySpan(Of T)
name.vb: ReadOnlySpan(Of T)
spec.csharp:
- uid: System.ReadOnlySpan`1
name: ReadOnlySpan
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.ReadOnlySpan`1
name: ReadOnlySpan
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: System.ReadOnlySpan{System.UInt32}
commentId: T:System.ReadOnlySpan{System.UInt32}
parent: System
definition: System.ReadOnlySpan`1
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
name: ReadOnlySpan<uint>
nameWithType: ReadOnlySpan<uint>
fullName: System.ReadOnlySpan<uint>
nameWithType.vb: ReadOnlySpan(Of UInteger)
fullName.vb: System.ReadOnlySpan(Of UInteger)
name.vb: ReadOnlySpan(Of UInteger)
spec.csharp:
- uid: System.ReadOnlySpan`1
name: ReadOnlySpan
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
- name: <
- uid: System.UInt32
name: uint
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.uint32
- name: '>'
spec.vb:
- uid: System.ReadOnlySpan`1
name: ReadOnlySpan
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
- name: (
- name: Of
- name: " "
- uid: System.UInt32
name: UInteger
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.uint32
- name: )
- uid: System.UInt32
commentId: T:System.UInt32
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.uint32
name: uint
nameWithType: uint
fullName: uint
nameWithType.vb: UInteger
fullName.vb: UInteger
name.vb: UInteger
- uid: System.ValueType.ToString
commentId: M:System.ValueType.ToString
parent: System.ValueType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
name: ToString()
nameWithType: ValueType.ToString()
fullName: System.ValueType.ToString()
spec.csharp:
- uid: System.ValueType.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
- name: (
- name: )
spec.vb:
- uid: System.ValueType.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
- name: (
- name: )
- uid: Misaki.HighPerformance.Mathematics.bool4x4.ToString*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool4x4.ToString
href: Misaki.HighPerformance.Mathematics.bool4x4.html#Misaki_HighPerformance_Mathematics_bool4x4_ToString
name: ToString
nameWithType: bool4x4.ToString
fullName: Misaki.HighPerformance.Mathematics.bool4x4.ToString
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
- uid: System.ValueType
commentId: T:System.ValueType
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype
name: ValueType
nameWithType: ValueType
fullName: System.ValueType
- uid: System.ValueType.GetHashCode
commentId: M:System.ValueType.GetHashCode
parent: System.ValueType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
name: GetHashCode()
nameWithType: ValueType.GetHashCode()
fullName: System.ValueType.GetHashCode()
spec.csharp:
- uid: System.ValueType.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.ValueType.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
- name: (
- name: )
- uid: Misaki.HighPerformance.Mathematics.bool4x4.GetHashCode*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool4x4.GetHashCode
href: Misaki.HighPerformance.Mathematics.bool4x4.html#Misaki_HighPerformance_Mathematics_bool4x4_GetHashCode
name: GetHashCode
nameWithType: bool4x4.GetHashCode
fullName: Misaki.HighPerformance.Mathematics.bool4x4.GetHashCode
- uid: System.ValueType.Equals(System.Object)
commentId: M:System.ValueType.Equals(System.Object)
parent: System.ValueType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
name: Equals(object)
nameWithType: ValueType.Equals(object)
fullName: System.ValueType.Equals(object)
nameWithType.vb: ValueType.Equals(Object)
fullName.vb: System.ValueType.Equals(Object)
name.vb: Equals(Object)
spec.csharp:
- uid: System.ValueType.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.ValueType.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: Misaki.HighPerformance.Mathematics.bool4x4.Equals*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool4x4.Equals
href: Misaki.HighPerformance.Mathematics.bool4x4.html#Misaki_HighPerformance_Mathematics_bool4x4_Equals_System_Object_
name: Equals
nameWithType: bool4x4.Equals
fullName: Misaki.HighPerformance.Mathematics.bool4x4.Equals
- uid: System.IEquatable{Misaki.HighPerformance.Mathematics.bool4x4}.Equals(Misaki.HighPerformance.Mathematics.bool4x4)
commentId: M:System.IEquatable{Misaki.HighPerformance.Mathematics.bool4x4}.Equals(Misaki.HighPerformance.Mathematics.bool4x4)
parent: System.IEquatable{Misaki.HighPerformance.Mathematics.bool4x4}
definition: System.IEquatable`1.Equals(`0)
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
name: Equals(bool4x4)
nameWithType: IEquatable<bool4x4>.Equals(bool4x4)
fullName: System.IEquatable<Misaki.HighPerformance.Mathematics.bool4x4>.Equals(Misaki.HighPerformance.Mathematics.bool4x4)
nameWithType.vb: IEquatable(Of bool4x4).Equals(bool4x4)
fullName.vb: System.IEquatable(Of Misaki.HighPerformance.Mathematics.bool4x4).Equals(Misaki.HighPerformance.Mathematics.bool4x4)
spec.csharp:
- uid: System.IEquatable{Misaki.HighPerformance.Mathematics.bool4x4}.Equals(Misaki.HighPerformance.Mathematics.bool4x4)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
- name: (
- uid: Misaki.HighPerformance.Mathematics.bool4x4
name: bool4x4
href: Misaki.HighPerformance.Mathematics.bool4x4.html
- name: )
spec.vb:
- uid: System.IEquatable{Misaki.HighPerformance.Mathematics.bool4x4}.Equals(Misaki.HighPerformance.Mathematics.bool4x4)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
- name: (
- uid: Misaki.HighPerformance.Mathematics.bool4x4
name: bool4x4
href: Misaki.HighPerformance.Mathematics.bool4x4.html
- name: )
- uid: Misaki.HighPerformance.Mathematics.bool4x4
commentId: T:Misaki.HighPerformance.Mathematics.bool4x4
parent: Misaki.HighPerformance.Mathematics
href: Misaki.HighPerformance.Mathematics.bool4x4.html
name: bool4x4
nameWithType: bool4x4
fullName: Misaki.HighPerformance.Mathematics.bool4x4
- uid: System.IEquatable`1.Equals(`0)
commentId: M:System.IEquatable`1.Equals(`0)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
name: Equals(T)
nameWithType: IEquatable<T>.Equals(T)
fullName: System.IEquatable<T>.Equals(T)
nameWithType.vb: IEquatable(Of T).Equals(T)
fullName.vb: System.IEquatable(Of T).Equals(T)
spec.csharp:
- uid: System.IEquatable`1.Equals(`0)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
- name: (
- name: T
- name: )
spec.vb:
- uid: System.IEquatable`1.Equals(`0)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
- name: (
- name: T
- name: )
- uid: Misaki.HighPerformance.Mathematics.bool4x4.op_Equality*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool4x4.op_Equality
href: Misaki.HighPerformance.Mathematics.bool4x4.html#Misaki_HighPerformance_Mathematics_bool4x4_op_Equality_Misaki_HighPerformance_Mathematics_bool4x4_Misaki_HighPerformance_Mathematics_bool4x4_
name: operator ==
nameWithType: bool4x4.operator ==
fullName: Misaki.HighPerformance.Mathematics.bool4x4.operator ==
nameWithType.vb: bool4x4.=
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x4.=
name.vb: =
spec.csharp:
- name: operator
- name: " "
- uid: Misaki.HighPerformance.Mathematics.bool4x4.op_Equality*
name: ==
href: Misaki.HighPerformance.Mathematics.bool4x4.html#Misaki_HighPerformance_Mathematics_bool4x4_op_Equality_Misaki_HighPerformance_Mathematics_bool4x4_Misaki_HighPerformance_Mathematics_bool4x4_
- uid: Misaki.HighPerformance.Mathematics.bool4x4.op_Inequality*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool4x4.op_Inequality
href: Misaki.HighPerformance.Mathematics.bool4x4.html#Misaki_HighPerformance_Mathematics_bool4x4_op_Inequality_Misaki_HighPerformance_Mathematics_bool4x4_Misaki_HighPerformance_Mathematics_bool4x4_
name: operator !=
nameWithType: bool4x4.operator !=
fullName: Misaki.HighPerformance.Mathematics.bool4x4.operator !=
nameWithType.vb: bool4x4.<>
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x4.<>
name.vb: <>
spec.csharp:
- name: operator
- name: " "
- uid: Misaki.HighPerformance.Mathematics.bool4x4.op_Inequality*
name: '!='
href: Misaki.HighPerformance.Mathematics.bool4x4.html#Misaki_HighPerformance_Mathematics_bool4x4_op_Inequality_Misaki_HighPerformance_Mathematics_bool4x4_Misaki_HighPerformance_Mathematics_bool4x4_
- uid: Misaki.HighPerformance.Mathematics.bool4x4.op_Implicit*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool4x4.op_Implicit
name: implicit operator
nameWithType: bool4x4.implicit operator
fullName: Misaki.HighPerformance.Mathematics.bool4x4.implicit operator
nameWithType.vb: bool4x4.CType
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x4.CType
name.vb: CType
spec.csharp:
- name: implicit
- name: " "
- name: operator