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

1289 lines
54 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Misaki.HighPerformance.Mathematics.bool3x3
commentId: T:Misaki.HighPerformance.Mathematics.bool3x3
id: bool3x3
parent: Misaki.HighPerformance.Mathematics
children:
- Misaki.HighPerformance.Mathematics.bool3x3.#ctor(Misaki.HighPerformance.Mathematics.bool3)
- Misaki.HighPerformance.Mathematics.bool3x3.#ctor(Misaki.HighPerformance.Mathematics.bool3,Misaki.HighPerformance.Mathematics.bool3,Misaki.HighPerformance.Mathematics.bool3)
- Misaki.HighPerformance.Mathematics.bool3x3.#ctor(System.Boolean)
- Misaki.HighPerformance.Mathematics.bool3x3.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- Misaki.HighPerformance.Mathematics.bool3x3.#ctor(System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool3}@)
- Misaki.HighPerformance.Mathematics.bool3x3.#ctor(System.ReadOnlySpan{System.UInt32}@)
- Misaki.HighPerformance.Mathematics.bool3x3.#ctor(System.UInt32)
- Misaki.HighPerformance.Mathematics.bool3x3.#ctor(System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32)
- Misaki.HighPerformance.Mathematics.bool3x3.Equals(Misaki.HighPerformance.Mathematics.bool3x3)
- Misaki.HighPerformance.Mathematics.bool3x3.Equals(System.Object)
- Misaki.HighPerformance.Mathematics.bool3x3.GetHashCode
- Misaki.HighPerformance.Mathematics.bool3x3.Item(System.Int32)
- Misaki.HighPerformance.Mathematics.bool3x3.ToString
- Misaki.HighPerformance.Mathematics.bool3x3.c0
- Misaki.HighPerformance.Mathematics.bool3x3.c1
- Misaki.HighPerformance.Mathematics.bool3x3.c2
- Misaki.HighPerformance.Mathematics.bool3x3.op_Equality(Misaki.HighPerformance.Mathematics.bool3x3,Misaki.HighPerformance.Mathematics.bool3x3)
- Misaki.HighPerformance.Mathematics.bool3x3.op_Implicit(Misaki.HighPerformance.Mathematics.bool3)~Misaki.HighPerformance.Mathematics.bool3x3
- Misaki.HighPerformance.Mathematics.bool3x3.op_Implicit(System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool3})~Misaki.HighPerformance.Mathematics.bool3x3
- Misaki.HighPerformance.Mathematics.bool3x3.op_Inequality(Misaki.HighPerformance.Mathematics.bool3x3,Misaki.HighPerformance.Mathematics.bool3x3)
langs:
- csharp
- vb
name: bool3x3
nameWithType: bool3x3
fullName: Misaki.HighPerformance.Mathematics.bool3x3
type: Struct
source:
id: bool3x3
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool3x3.g.cs
startLine: 10
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[NumericType(typeof(bool3), 4, 3, 3, "global::Misaki.HighPerformance.Mathematics.bool", false, true, typeof(uint), null)]
public struct bool3x3 : IEquatable<bool3x3>
content.vb: >-
<NumericType(GetType(bool3), 4, 3, 3, "global::Misaki.HighPerformance.Mathematics.bool", False, True, GetType(UInteger), Nothing)>
Public Structure bool3x3 Implements IEquatable(Of bool3x3)
implements:
- System.IEquatable{Misaki.HighPerformance.Mathematics.bool3x3}
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.bool3
- type: System.Int32
value: 4
- type: System.Int32
value: 3
- type: System.Int32
value: 3
- 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.bool3x3.#ctor(System.Boolean)
commentId: M:Misaki.HighPerformance.Mathematics.bool3x3.#ctor(System.Boolean)
id: '#ctor(System.Boolean)'
parent: Misaki.HighPerformance.Mathematics.bool3x3
langs:
- csharp
- vb
name: bool3x3(bool)
nameWithType: bool3x3.bool3x3(bool)
fullName: Misaki.HighPerformance.Mathematics.bool3x3.bool3x3(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: 111
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool3x3(bool value)
parameters:
- id: value
type: System.Boolean
content.vb: Public Sub New(value As Boolean)
overload: Misaki.HighPerformance.Mathematics.bool3x3.#ctor*
nameWithType.vb: bool3x3.New(Boolean)
fullName.vb: Misaki.HighPerformance.Mathematics.bool3x3.New(Boolean)
name.vb: New(Boolean)
- uid: Misaki.HighPerformance.Mathematics.bool3x3.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
commentId: M:Misaki.HighPerformance.Mathematics.bool3x3.#ctor(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)'
parent: Misaki.HighPerformance.Mathematics.bool3x3
langs:
- csharp
- vb
name: bool3x3(bool, bool, bool, bool, bool, bool, bool, bool, bool)
nameWithType: bool3x3.bool3x3(bool, bool, bool, bool, bool, bool, bool, bool, bool)
fullName: Misaki.HighPerformance.Mathematics.bool3x3.bool3x3(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: 118
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool3x3(bool m00, bool m01, bool m02, bool m10, bool m11, bool m12, bool m20, bool m21, bool m22)
parameters:
- id: m00
type: System.Boolean
- id: m01
type: System.Boolean
- id: m02
type: System.Boolean
- id: m10
type: System.Boolean
- id: m11
type: System.Boolean
- id: m12
type: System.Boolean
- id: m20
type: System.Boolean
- id: m21
type: System.Boolean
- id: m22
type: System.Boolean
content.vb: Public Sub New(m00 As Boolean, m01 As Boolean, m02 As Boolean, m10 As Boolean, m11 As Boolean, m12 As Boolean, m20 As Boolean, m21 As Boolean, m22 As Boolean)
overload: Misaki.HighPerformance.Mathematics.bool3x3.#ctor*
nameWithType.vb: bool3x3.New(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
fullName.vb: Misaki.HighPerformance.Mathematics.bool3x3.New(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
name.vb: New(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
- uid: Misaki.HighPerformance.Mathematics.bool3x3.c0
commentId: F:Misaki.HighPerformance.Mathematics.bool3x3.c0
id: c0
parent: Misaki.HighPerformance.Mathematics.bool3x3
langs:
- csharp
- vb
name: c0
nameWithType: bool3x3.c0
fullName: Misaki.HighPerformance.Mathematics.bool3x3.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\bool3x3.g.cs
startLine: 12
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool3 c0
return:
type: Misaki.HighPerformance.Mathematics.bool3
content.vb: Public c0 As bool3
- uid: Misaki.HighPerformance.Mathematics.bool3x3.c1
commentId: F:Misaki.HighPerformance.Mathematics.bool3x3.c1
id: c1
parent: Misaki.HighPerformance.Mathematics.bool3x3
langs:
- csharp
- vb
name: c1
nameWithType: bool3x3.c1
fullName: Misaki.HighPerformance.Mathematics.bool3x3.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\bool3x3.g.cs
startLine: 13
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool3 c1
return:
type: Misaki.HighPerformance.Mathematics.bool3
content.vb: Public c1 As bool3
- uid: Misaki.HighPerformance.Mathematics.bool3x3.c2
commentId: F:Misaki.HighPerformance.Mathematics.bool3x3.c2
id: c2
parent: Misaki.HighPerformance.Mathematics.bool3x3
langs:
- csharp
- vb
name: c2
nameWithType: bool3x3.c2
fullName: Misaki.HighPerformance.Mathematics.bool3x3.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\bool3x3.g.cs
startLine: 14
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool3 c2
return:
type: Misaki.HighPerformance.Mathematics.bool3
content.vb: Public c2 As bool3
- uid: Misaki.HighPerformance.Mathematics.bool3x3.Item(System.Int32)
commentId: P:Misaki.HighPerformance.Mathematics.bool3x3.Item(System.Int32)
id: Item(System.Int32)
parent: Misaki.HighPerformance.Mathematics.bool3x3
langs:
- csharp
- vb
name: this[int]
nameWithType: bool3x3.this[int]
fullName: Misaki.HighPerformance.Mathematics.bool3x3.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\bool3x3.g.cs
startLine: 16
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public ref bool3 this[int index] { get; }
parameters:
- id: index
type: System.Int32
return:
type: Misaki.HighPerformance.Mathematics.bool3
content.vb: Public ReadOnly Default ByRef Property this[](index As Integer) As bool3
overload: Misaki.HighPerformance.Mathematics.bool3x3.Item*
nameWithType.vb: bool3x3.this[](Integer)
fullName.vb: Misaki.HighPerformance.Mathematics.bool3x3.this[](Integer)
name.vb: this[](Integer)
- uid: Misaki.HighPerformance.Mathematics.bool3x3.#ctor(System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool3}@)
commentId: M:Misaki.HighPerformance.Mathematics.bool3x3.#ctor(System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool3}@)
id: '#ctor(System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool3}@)'
parent: Misaki.HighPerformance.Mathematics.bool3x3
langs:
- csharp
- vb
name: bool3x3(in ReadOnlySpan<bool3>)
nameWithType: bool3x3.bool3x3(in ReadOnlySpan<bool3>)
fullName: Misaki.HighPerformance.Mathematics.bool3x3.bool3x3(in System.ReadOnlySpan<Misaki.HighPerformance.Mathematics.bool3>)
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\bool3x3.g.cs
startLine: 25
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool3x3(in ReadOnlySpan<bool3> values)
parameters:
- id: values
type: System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool3}
content.vb: Public Sub New(values As ReadOnlySpan(Of bool3))
overload: Misaki.HighPerformance.Mathematics.bool3x3.#ctor*
nameWithType.vb: bool3x3.New(ReadOnlySpan(Of bool3))
fullName.vb: Misaki.HighPerformance.Mathematics.bool3x3.New(System.ReadOnlySpan(Of Misaki.HighPerformance.Mathematics.bool3))
name.vb: New(ReadOnlySpan(Of bool3))
- uid: Misaki.HighPerformance.Mathematics.bool3x3.#ctor(System.ReadOnlySpan{System.UInt32}@)
commentId: M:Misaki.HighPerformance.Mathematics.bool3x3.#ctor(System.ReadOnlySpan{System.UInt32}@)
id: '#ctor(System.ReadOnlySpan{System.UInt32}@)'
parent: Misaki.HighPerformance.Mathematics.bool3x3
langs:
- csharp
- vb
name: bool3x3(in ReadOnlySpan<uint>)
nameWithType: bool3x3.bool3x3(in ReadOnlySpan<uint>)
fullName: Misaki.HighPerformance.Mathematics.bool3x3.bool3x3(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\bool3x3.g.cs
startLine: 40
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool3x3(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.bool3x3.#ctor*
nameWithType.vb: bool3x3.New(ReadOnlySpan(Of UInteger))
fullName.vb: Misaki.HighPerformance.Mathematics.bool3x3.New(System.ReadOnlySpan(Of UInteger))
name.vb: New(ReadOnlySpan(Of UInteger))
- uid: Misaki.HighPerformance.Mathematics.bool3x3.#ctor(System.UInt32)
commentId: M:Misaki.HighPerformance.Mathematics.bool3x3.#ctor(System.UInt32)
id: '#ctor(System.UInt32)'
parent: Misaki.HighPerformance.Mathematics.bool3x3
langs:
- csharp
- vb
name: bool3x3(uint)
nameWithType: bool3x3.bool3x3(uint)
fullName: Misaki.HighPerformance.Mathematics.bool3x3.bool3x3(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\bool3x3.g.cs
startLine: 55
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool3x3(uint value)
parameters:
- id: value
type: System.UInt32
content.vb: Public Sub New(value As UInteger)
overload: Misaki.HighPerformance.Mathematics.bool3x3.#ctor*
nameWithType.vb: bool3x3.New(UInteger)
fullName.vb: Misaki.HighPerformance.Mathematics.bool3x3.New(UInteger)
name.vb: New(UInteger)
- uid: Misaki.HighPerformance.Mathematics.bool3x3.#ctor(System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32)
commentId: M:Misaki.HighPerformance.Mathematics.bool3x3.#ctor(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)'
parent: Misaki.HighPerformance.Mathematics.bool3x3
langs:
- csharp
- vb
name: bool3x3(uint, uint, uint, uint, uint, uint, uint, uint, uint)
nameWithType: bool3x3.bool3x3(uint, uint, uint, uint, uint, uint, uint, uint, uint)
fullName: Misaki.HighPerformance.Mathematics.bool3x3.bool3x3(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\bool3x3.g.cs
startLine: 63
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool3x3(uint m00, uint m01, uint m02, uint m10, uint m11, uint m12, uint m20, uint m21, uint m22)
parameters:
- id: m00
type: System.UInt32
- id: m01
type: System.UInt32
- id: m02
type: System.UInt32
- id: m10
type: System.UInt32
- id: m11
type: System.UInt32
- id: m12
type: System.UInt32
- id: m20
type: System.UInt32
- id: m21
type: System.UInt32
- id: m22
type: System.UInt32
content.vb: Public Sub New(m00 As UInteger, m01 As UInteger, m02 As UInteger, m10 As UInteger, m11 As UInteger, m12 As UInteger, m20 As UInteger, m21 As UInteger, m22 As UInteger)
overload: Misaki.HighPerformance.Mathematics.bool3x3.#ctor*
nameWithType.vb: bool3x3.New(UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger)
fullName.vb: Misaki.HighPerformance.Mathematics.bool3x3.New(UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger)
name.vb: New(UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger)
- uid: Misaki.HighPerformance.Mathematics.bool3x3.#ctor(Misaki.HighPerformance.Mathematics.bool3)
commentId: M:Misaki.HighPerformance.Mathematics.bool3x3.#ctor(Misaki.HighPerformance.Mathematics.bool3)
id: '#ctor(Misaki.HighPerformance.Mathematics.bool3)'
parent: Misaki.HighPerformance.Mathematics.bool3x3
langs:
- csharp
- vb
name: bool3x3(bool3)
nameWithType: bool3x3.bool3x3(bool3)
fullName: Misaki.HighPerformance.Mathematics.bool3x3.bool3x3(Misaki.HighPerformance.Mathematics.bool3)
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\bool3x3.g.cs
startLine: 71
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool3x3(bool3 value)
parameters:
- id: value
type: Misaki.HighPerformance.Mathematics.bool3
content.vb: Public Sub New(value As bool3)
overload: Misaki.HighPerformance.Mathematics.bool3x3.#ctor*
nameWithType.vb: bool3x3.New(bool3)
fullName.vb: Misaki.HighPerformance.Mathematics.bool3x3.New(Misaki.HighPerformance.Mathematics.bool3)
name.vb: New(bool3)
- uid: Misaki.HighPerformance.Mathematics.bool3x3.#ctor(Misaki.HighPerformance.Mathematics.bool3,Misaki.HighPerformance.Mathematics.bool3,Misaki.HighPerformance.Mathematics.bool3)
commentId: M:Misaki.HighPerformance.Mathematics.bool3x3.#ctor(Misaki.HighPerformance.Mathematics.bool3,Misaki.HighPerformance.Mathematics.bool3,Misaki.HighPerformance.Mathematics.bool3)
id: '#ctor(Misaki.HighPerformance.Mathematics.bool3,Misaki.HighPerformance.Mathematics.bool3,Misaki.HighPerformance.Mathematics.bool3)'
parent: Misaki.HighPerformance.Mathematics.bool3x3
langs:
- csharp
- vb
name: bool3x3(bool3, bool3, bool3)
nameWithType: bool3x3.bool3x3(bool3, bool3, bool3)
fullName: Misaki.HighPerformance.Mathematics.bool3x3.bool3x3(Misaki.HighPerformance.Mathematics.bool3, Misaki.HighPerformance.Mathematics.bool3, Misaki.HighPerformance.Mathematics.bool3)
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\bool3x3.g.cs
startLine: 79
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool3x3(bool3 c0, bool3 c1, bool3 c2)
parameters:
- id: c0
type: Misaki.HighPerformance.Mathematics.bool3
- id: c1
type: Misaki.HighPerformance.Mathematics.bool3
- id: c2
type: Misaki.HighPerformance.Mathematics.bool3
content.vb: Public Sub New(c0 As bool3, c1 As bool3, c2 As bool3)
overload: Misaki.HighPerformance.Mathematics.bool3x3.#ctor*
nameWithType.vb: bool3x3.New(bool3, bool3, bool3)
fullName.vb: Misaki.HighPerformance.Mathematics.bool3x3.New(Misaki.HighPerformance.Mathematics.bool3, Misaki.HighPerformance.Mathematics.bool3, Misaki.HighPerformance.Mathematics.bool3)
name.vb: New(bool3, bool3, bool3)
- uid: Misaki.HighPerformance.Mathematics.bool3x3.ToString
commentId: M:Misaki.HighPerformance.Mathematics.bool3x3.ToString
id: ToString
parent: Misaki.HighPerformance.Mathematics.bool3x3
langs:
- csharp
- vb
name: ToString()
nameWithType: bool3x3.ToString()
fullName: Misaki.HighPerformance.Mathematics.bool3x3.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\bool3x3.g.cs
startLine: 87
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.bool3x3.ToString*
- uid: Misaki.HighPerformance.Mathematics.bool3x3.GetHashCode
commentId: M:Misaki.HighPerformance.Mathematics.bool3x3.GetHashCode
id: GetHashCode
parent: Misaki.HighPerformance.Mathematics.bool3x3
langs:
- csharp
- vb
name: GetHashCode()
nameWithType: bool3x3.GetHashCode()
fullName: Misaki.HighPerformance.Mathematics.bool3x3.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\bool3x3.g.cs
startLine: 92
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.bool3x3.GetHashCode*
- uid: Misaki.HighPerformance.Mathematics.bool3x3.Equals(System.Object)
commentId: M:Misaki.HighPerformance.Mathematics.bool3x3.Equals(System.Object)
id: Equals(System.Object)
parent: Misaki.HighPerformance.Mathematics.bool3x3
langs:
- csharp
- vb
name: Equals(object?)
nameWithType: bool3x3.Equals(object?)
fullName: Misaki.HighPerformance.Mathematics.bool3x3.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\bool3x3.g.cs
startLine: 97
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.bool3x3.Equals*
nameWithType.vb: bool3x3.Equals(Object)
fullName.vb: Misaki.HighPerformance.Mathematics.bool3x3.Equals(Object)
name.vb: Equals(Object)
- uid: Misaki.HighPerformance.Mathematics.bool3x3.Equals(Misaki.HighPerformance.Mathematics.bool3x3)
commentId: M:Misaki.HighPerformance.Mathematics.bool3x3.Equals(Misaki.HighPerformance.Mathematics.bool3x3)
id: Equals(Misaki.HighPerformance.Mathematics.bool3x3)
parent: Misaki.HighPerformance.Mathematics.bool3x3
langs:
- csharp
- vb
name: Equals(bool3x3)
nameWithType: bool3x3.Equals(bool3x3)
fullName: Misaki.HighPerformance.Mathematics.bool3x3.Equals(Misaki.HighPerformance.Mathematics.bool3x3)
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\bool3x3.g.cs
startLine: 102
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(bool3x3 other)
parameters:
- id: other
type: Misaki.HighPerformance.Mathematics.bool3x3
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 bool3x3) As Boolean
overload: Misaki.HighPerformance.Mathematics.bool3x3.Equals*
implements:
- System.IEquatable{Misaki.HighPerformance.Mathematics.bool3x3}.Equals(Misaki.HighPerformance.Mathematics.bool3x3)
- uid: Misaki.HighPerformance.Mathematics.bool3x3.op_Equality(Misaki.HighPerformance.Mathematics.bool3x3,Misaki.HighPerformance.Mathematics.bool3x3)
commentId: M:Misaki.HighPerformance.Mathematics.bool3x3.op_Equality(Misaki.HighPerformance.Mathematics.bool3x3,Misaki.HighPerformance.Mathematics.bool3x3)
id: op_Equality(Misaki.HighPerformance.Mathematics.bool3x3,Misaki.HighPerformance.Mathematics.bool3x3)
parent: Misaki.HighPerformance.Mathematics.bool3x3
langs:
- csharp
- vb
name: operator ==(bool3x3, bool3x3)
nameWithType: bool3x3.operator ==(bool3x3, bool3x3)
fullName: Misaki.HighPerformance.Mathematics.bool3x3.operator ==(Misaki.HighPerformance.Mathematics.bool3x3, Misaki.HighPerformance.Mathematics.bool3x3)
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\bool3x3.g.cs
startLine: 107
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public static bool3x3 operator ==(bool3x3 lhs, bool3x3 rhs)
parameters:
- id: lhs
type: Misaki.HighPerformance.Mathematics.bool3x3
- id: rhs
type: Misaki.HighPerformance.Mathematics.bool3x3
return:
type: Misaki.HighPerformance.Mathematics.bool3x3
content.vb: Public Shared Operator =(lhs As bool3x3, rhs As bool3x3) As bool3x3
overload: Misaki.HighPerformance.Mathematics.bool3x3.op_Equality*
nameWithType.vb: bool3x3.=(bool3x3, bool3x3)
fullName.vb: Misaki.HighPerformance.Mathematics.bool3x3.=(Misaki.HighPerformance.Mathematics.bool3x3, Misaki.HighPerformance.Mathematics.bool3x3)
name.vb: =(bool3x3, bool3x3)
- uid: Misaki.HighPerformance.Mathematics.bool3x3.op_Inequality(Misaki.HighPerformance.Mathematics.bool3x3,Misaki.HighPerformance.Mathematics.bool3x3)
commentId: M:Misaki.HighPerformance.Mathematics.bool3x3.op_Inequality(Misaki.HighPerformance.Mathematics.bool3x3,Misaki.HighPerformance.Mathematics.bool3x3)
id: op_Inequality(Misaki.HighPerformance.Mathematics.bool3x3,Misaki.HighPerformance.Mathematics.bool3x3)
parent: Misaki.HighPerformance.Mathematics.bool3x3
langs:
- csharp
- vb
name: operator !=(bool3x3, bool3x3)
nameWithType: bool3x3.operator !=(bool3x3, bool3x3)
fullName: Misaki.HighPerformance.Mathematics.bool3x3.operator !=(Misaki.HighPerformance.Mathematics.bool3x3, Misaki.HighPerformance.Mathematics.bool3x3)
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\bool3x3.g.cs
startLine: 112
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public static bool3x3 operator !=(bool3x3 lhs, bool3x3 rhs)
parameters:
- id: lhs
type: Misaki.HighPerformance.Mathematics.bool3x3
- id: rhs
type: Misaki.HighPerformance.Mathematics.bool3x3
return:
type: Misaki.HighPerformance.Mathematics.bool3x3
content.vb: Public Shared Operator <>(lhs As bool3x3, rhs As bool3x3) As bool3x3
overload: Misaki.HighPerformance.Mathematics.bool3x3.op_Inequality*
nameWithType.vb: bool3x3.<>(bool3x3, bool3x3)
fullName.vb: Misaki.HighPerformance.Mathematics.bool3x3.<>(Misaki.HighPerformance.Mathematics.bool3x3, Misaki.HighPerformance.Mathematics.bool3x3)
name.vb: <>(bool3x3, bool3x3)
- uid: Misaki.HighPerformance.Mathematics.bool3x3.op_Implicit(System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool3})~Misaki.HighPerformance.Mathematics.bool3x3
commentId: M:Misaki.HighPerformance.Mathematics.bool3x3.op_Implicit(System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool3})~Misaki.HighPerformance.Mathematics.bool3x3
id: op_Implicit(System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool3})~Misaki.HighPerformance.Mathematics.bool3x3
parent: Misaki.HighPerformance.Mathematics.bool3x3
langs:
- csharp
- vb
name: implicit operator bool3x3(ReadOnlySpan<bool3>)
nameWithType: bool3x3.implicit operator bool3x3(ReadOnlySpan<bool3>)
fullName: Misaki.HighPerformance.Mathematics.bool3x3.implicit operator Misaki.HighPerformance.Mathematics.bool3x3(System.ReadOnlySpan<Misaki.HighPerformance.Mathematics.bool3>)
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\bool3x3.g.cs
startLine: 117
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public static implicit operator bool3x3(ReadOnlySpan<bool3> value)
parameters:
- id: value
type: System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool3}
return:
type: Misaki.HighPerformance.Mathematics.bool3x3
content.vb: Public Shared Widening Operator CType(value As ReadOnlySpan(Of bool3)) As bool3x3
overload: Misaki.HighPerformance.Mathematics.bool3x3.op_Implicit*
nameWithType.vb: bool3x3.CType(ReadOnlySpan(Of bool3))
fullName.vb: Misaki.HighPerformance.Mathematics.bool3x3.CType(System.ReadOnlySpan(Of Misaki.HighPerformance.Mathematics.bool3))
name.vb: CType(ReadOnlySpan(Of bool3))
- uid: Misaki.HighPerformance.Mathematics.bool3x3.op_Implicit(Misaki.HighPerformance.Mathematics.bool3)~Misaki.HighPerformance.Mathematics.bool3x3
commentId: M:Misaki.HighPerformance.Mathematics.bool3x3.op_Implicit(Misaki.HighPerformance.Mathematics.bool3)~Misaki.HighPerformance.Mathematics.bool3x3
id: op_Implicit(Misaki.HighPerformance.Mathematics.bool3)~Misaki.HighPerformance.Mathematics.bool3x3
parent: Misaki.HighPerformance.Mathematics.bool3x3
langs:
- csharp
- vb
name: implicit operator bool3x3(bool3)
nameWithType: bool3x3.implicit operator bool3x3(bool3)
fullName: Misaki.HighPerformance.Mathematics.bool3x3.implicit operator Misaki.HighPerformance.Mathematics.bool3x3(Misaki.HighPerformance.Mathematics.bool3)
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\bool3x3.g.cs
startLine: 122
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public static implicit operator bool3x3(bool3 value)
parameters:
- id: value
type: Misaki.HighPerformance.Mathematics.bool3
return:
type: Misaki.HighPerformance.Mathematics.bool3x3
content.vb: Public Shared Widening Operator CType(value As bool3) As bool3x3
overload: Misaki.HighPerformance.Mathematics.bool3x3.op_Implicit*
nameWithType.vb: bool3x3.CType(bool3)
fullName.vb: Misaki.HighPerformance.Mathematics.bool3x3.CType(Misaki.HighPerformance.Mathematics.bool3)
name.vb: CType(bool3)
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.bool3x3}
commentId: T:System.IEquatable{Misaki.HighPerformance.Mathematics.bool3x3}
parent: System
definition: System.IEquatable`1
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
name: IEquatable<bool3x3>
nameWithType: IEquatable<bool3x3>
fullName: System.IEquatable<Misaki.HighPerformance.Mathematics.bool3x3>
nameWithType.vb: IEquatable(Of bool3x3)
fullName.vb: System.IEquatable(Of Misaki.HighPerformance.Mathematics.bool3x3)
name.vb: IEquatable(Of bool3x3)
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.bool3x3
name: bool3x3
href: Misaki.HighPerformance.Mathematics.bool3x3.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.bool3x3
name: bool3x3
href: Misaki.HighPerformance.Mathematics.bool3x3.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.bool3x3.#ctor*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool3x3.#ctor
href: Misaki.HighPerformance.Mathematics.bool3x3.html#Misaki_HighPerformance_Mathematics_bool3x3__ctor_System_Boolean_
name: bool3x3
nameWithType: bool3x3.bool3x3
fullName: Misaki.HighPerformance.Mathematics.bool3x3.bool3x3
nameWithType.vb: bool3x3.New
fullName.vb: Misaki.HighPerformance.Mathematics.bool3x3.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.bool3
commentId: T:Misaki.HighPerformance.Mathematics.bool3
parent: Misaki.HighPerformance.Mathematics
href: Misaki.HighPerformance.Mathematics.bool3.html
name: bool3
nameWithType: bool3
fullName: Misaki.HighPerformance.Mathematics.bool3
- uid: Misaki.HighPerformance.Mathematics.bool3x3.Item*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool3x3.Item
href: Misaki.HighPerformance.Mathematics.bool3x3.html#Misaki_HighPerformance_Mathematics_bool3x3_Item_System_Int32_
name: this
nameWithType: bool3x3.this
fullName: Misaki.HighPerformance.Mathematics.bool3x3.this
nameWithType.vb: bool3x3.this[]
fullName.vb: Misaki.HighPerformance.Mathematics.bool3x3.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.bool3}
commentId: T:System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool3}
parent: System
definition: System.ReadOnlySpan`1
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
name: ReadOnlySpan<bool3>
nameWithType: ReadOnlySpan<bool3>
fullName: System.ReadOnlySpan<Misaki.HighPerformance.Mathematics.bool3>
nameWithType.vb: ReadOnlySpan(Of bool3)
fullName.vb: System.ReadOnlySpan(Of Misaki.HighPerformance.Mathematics.bool3)
name.vb: ReadOnlySpan(Of bool3)
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.bool3
name: bool3
href: Misaki.HighPerformance.Mathematics.bool3.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.bool3
name: bool3
href: Misaki.HighPerformance.Mathematics.bool3.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.bool3x3.ToString*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool3x3.ToString
href: Misaki.HighPerformance.Mathematics.bool3x3.html#Misaki_HighPerformance_Mathematics_bool3x3_ToString
name: ToString
nameWithType: bool3x3.ToString
fullName: Misaki.HighPerformance.Mathematics.bool3x3.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.bool3x3.GetHashCode*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool3x3.GetHashCode
href: Misaki.HighPerformance.Mathematics.bool3x3.html#Misaki_HighPerformance_Mathematics_bool3x3_GetHashCode
name: GetHashCode
nameWithType: bool3x3.GetHashCode
fullName: Misaki.HighPerformance.Mathematics.bool3x3.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.bool3x3.Equals*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool3x3.Equals
href: Misaki.HighPerformance.Mathematics.bool3x3.html#Misaki_HighPerformance_Mathematics_bool3x3_Equals_System_Object_
name: Equals
nameWithType: bool3x3.Equals
fullName: Misaki.HighPerformance.Mathematics.bool3x3.Equals
- uid: System.IEquatable{Misaki.HighPerformance.Mathematics.bool3x3}.Equals(Misaki.HighPerformance.Mathematics.bool3x3)
commentId: M:System.IEquatable{Misaki.HighPerformance.Mathematics.bool3x3}.Equals(Misaki.HighPerformance.Mathematics.bool3x3)
parent: System.IEquatable{Misaki.HighPerformance.Mathematics.bool3x3}
definition: System.IEquatable`1.Equals(`0)
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
name: Equals(bool3x3)
nameWithType: IEquatable<bool3x3>.Equals(bool3x3)
fullName: System.IEquatable<Misaki.HighPerformance.Mathematics.bool3x3>.Equals(Misaki.HighPerformance.Mathematics.bool3x3)
nameWithType.vb: IEquatable(Of bool3x3).Equals(bool3x3)
fullName.vb: System.IEquatable(Of Misaki.HighPerformance.Mathematics.bool3x3).Equals(Misaki.HighPerformance.Mathematics.bool3x3)
spec.csharp:
- uid: System.IEquatable{Misaki.HighPerformance.Mathematics.bool3x3}.Equals(Misaki.HighPerformance.Mathematics.bool3x3)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
- name: (
- uid: Misaki.HighPerformance.Mathematics.bool3x3
name: bool3x3
href: Misaki.HighPerformance.Mathematics.bool3x3.html
- name: )
spec.vb:
- uid: System.IEquatable{Misaki.HighPerformance.Mathematics.bool3x3}.Equals(Misaki.HighPerformance.Mathematics.bool3x3)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
- name: (
- uid: Misaki.HighPerformance.Mathematics.bool3x3
name: bool3x3
href: Misaki.HighPerformance.Mathematics.bool3x3.html
- name: )
- uid: Misaki.HighPerformance.Mathematics.bool3x3
commentId: T:Misaki.HighPerformance.Mathematics.bool3x3
parent: Misaki.HighPerformance.Mathematics
href: Misaki.HighPerformance.Mathematics.bool3x3.html
name: bool3x3
nameWithType: bool3x3
fullName: Misaki.HighPerformance.Mathematics.bool3x3
- 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.bool3x3.op_Equality*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool3x3.op_Equality
href: Misaki.HighPerformance.Mathematics.bool3x3.html#Misaki_HighPerformance_Mathematics_bool3x3_op_Equality_Misaki_HighPerformance_Mathematics_bool3x3_Misaki_HighPerformance_Mathematics_bool3x3_
name: operator ==
nameWithType: bool3x3.operator ==
fullName: Misaki.HighPerformance.Mathematics.bool3x3.operator ==
nameWithType.vb: bool3x3.=
fullName.vb: Misaki.HighPerformance.Mathematics.bool3x3.=
name.vb: =
spec.csharp:
- name: operator
- name: " "
- uid: Misaki.HighPerformance.Mathematics.bool3x3.op_Equality*
name: ==
href: Misaki.HighPerformance.Mathematics.bool3x3.html#Misaki_HighPerformance_Mathematics_bool3x3_op_Equality_Misaki_HighPerformance_Mathematics_bool3x3_Misaki_HighPerformance_Mathematics_bool3x3_
- uid: Misaki.HighPerformance.Mathematics.bool3x3.op_Inequality*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool3x3.op_Inequality
href: Misaki.HighPerformance.Mathematics.bool3x3.html#Misaki_HighPerformance_Mathematics_bool3x3_op_Inequality_Misaki_HighPerformance_Mathematics_bool3x3_Misaki_HighPerformance_Mathematics_bool3x3_
name: operator !=
nameWithType: bool3x3.operator !=
fullName: Misaki.HighPerformance.Mathematics.bool3x3.operator !=
nameWithType.vb: bool3x3.<>
fullName.vb: Misaki.HighPerformance.Mathematics.bool3x3.<>
name.vb: <>
spec.csharp:
- name: operator
- name: " "
- uid: Misaki.HighPerformance.Mathematics.bool3x3.op_Inequality*
name: '!='
href: Misaki.HighPerformance.Mathematics.bool3x3.html#Misaki_HighPerformance_Mathematics_bool3x3_op_Inequality_Misaki_HighPerformance_Mathematics_bool3x3_Misaki_HighPerformance_Mathematics_bool3x3_
- uid: Misaki.HighPerformance.Mathematics.bool3x3.op_Implicit*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool3x3.op_Implicit
name: implicit operator
nameWithType: bool3x3.implicit operator
fullName: Misaki.HighPerformance.Mathematics.bool3x3.implicit operator
nameWithType.vb: bool3x3.CType
fullName.vb: Misaki.HighPerformance.Mathematics.bool3x3.CType
name.vb: CType
spec.csharp:
- name: implicit
- name: " "
- name: operator