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

1259 lines
53 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Misaki.HighPerformance.Mathematics.bool4x2
commentId: T:Misaki.HighPerformance.Mathematics.bool4x2
id: bool4x2
parent: Misaki.HighPerformance.Mathematics
children:
- Misaki.HighPerformance.Mathematics.bool4x2.#ctor(Misaki.HighPerformance.Mathematics.bool4)
- Misaki.HighPerformance.Mathematics.bool4x2.#ctor(Misaki.HighPerformance.Mathematics.bool4,Misaki.HighPerformance.Mathematics.bool4)
- Misaki.HighPerformance.Mathematics.bool4x2.#ctor(System.Boolean)
- Misaki.HighPerformance.Mathematics.bool4x2.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- Misaki.HighPerformance.Mathematics.bool4x2.#ctor(System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool4}@)
- Misaki.HighPerformance.Mathematics.bool4x2.#ctor(System.ReadOnlySpan{System.UInt32}@)
- Misaki.HighPerformance.Mathematics.bool4x2.#ctor(System.UInt32)
- Misaki.HighPerformance.Mathematics.bool4x2.#ctor(System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32)
- Misaki.HighPerformance.Mathematics.bool4x2.Equals(Misaki.HighPerformance.Mathematics.bool4x2)
- Misaki.HighPerformance.Mathematics.bool4x2.Equals(System.Object)
- Misaki.HighPerformance.Mathematics.bool4x2.GetHashCode
- Misaki.HighPerformance.Mathematics.bool4x2.Item(System.Int32)
- Misaki.HighPerformance.Mathematics.bool4x2.ToString
- Misaki.HighPerformance.Mathematics.bool4x2.c0
- Misaki.HighPerformance.Mathematics.bool4x2.c1
- Misaki.HighPerformance.Mathematics.bool4x2.op_Equality(Misaki.HighPerformance.Mathematics.bool4x2,Misaki.HighPerformance.Mathematics.bool4x2)
- Misaki.HighPerformance.Mathematics.bool4x2.op_Implicit(Misaki.HighPerformance.Mathematics.bool4)~Misaki.HighPerformance.Mathematics.bool4x2
- Misaki.HighPerformance.Mathematics.bool4x2.op_Implicit(System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool4})~Misaki.HighPerformance.Mathematics.bool4x2
- Misaki.HighPerformance.Mathematics.bool4x2.op_Inequality(Misaki.HighPerformance.Mathematics.bool4x2,Misaki.HighPerformance.Mathematics.bool4x2)
langs:
- csharp
- vb
name: bool4x2
nameWithType: bool4x2
fullName: Misaki.HighPerformance.Mathematics.bool4x2
type: Struct
source:
id: bool4x2
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool4x2.g.cs
startLine: 10
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[NumericType(typeof(bool4), 4, 4, 2, "global::Misaki.HighPerformance.Mathematics.bool", false, true, typeof(uint), null)]
public struct bool4x2 : IEquatable<bool4x2>
content.vb: >-
<NumericType(GetType(bool4), 4, 4, 2, "global::Misaki.HighPerformance.Mathematics.bool", False, True, GetType(UInteger), Nothing)>
Public Structure bool4x2 Implements IEquatable(Of bool4x2)
implements:
- System.IEquatable{Misaki.HighPerformance.Mathematics.bool4x2}
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: 2
- 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.bool4x2.#ctor(System.Boolean)
commentId: M:Misaki.HighPerformance.Mathematics.bool4x2.#ctor(System.Boolean)
id: '#ctor(System.Boolean)'
parent: Misaki.HighPerformance.Mathematics.bool4x2
langs:
- csharp
- vb
name: bool4x2(bool)
nameWithType: bool4x2.bool4x2(bool)
fullName: Misaki.HighPerformance.Mathematics.bool4x2.bool4x2(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: 170
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool4x2(bool value)
parameters:
- id: value
type: System.Boolean
content.vb: Public Sub New(value As Boolean)
overload: Misaki.HighPerformance.Mathematics.bool4x2.#ctor*
nameWithType.vb: bool4x2.New(Boolean)
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x2.New(Boolean)
name.vb: New(Boolean)
- uid: Misaki.HighPerformance.Mathematics.bool4x2.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
commentId: M:Misaki.HighPerformance.Mathematics.bool4x2.#ctor(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)'
parent: Misaki.HighPerformance.Mathematics.bool4x2
langs:
- csharp
- vb
name: bool4x2(bool, bool, bool, bool, bool, bool, bool, bool)
nameWithType: bool4x2.bool4x2(bool, bool, bool, bool, bool, bool, bool, bool)
fullName: Misaki.HighPerformance.Mathematics.bool4x2.bool4x2(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: 176
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool4x2(bool m00, bool m01, bool m10, bool m11, bool m20, bool m21, bool m30, bool m31)
parameters:
- id: m00
type: System.Boolean
- id: m01
type: System.Boolean
- id: m10
type: System.Boolean
- id: m11
type: System.Boolean
- id: m20
type: System.Boolean
- id: m21
type: System.Boolean
- id: m30
type: System.Boolean
- id: m31
type: System.Boolean
content.vb: Public Sub New(m00 As Boolean, m01 As Boolean, m10 As Boolean, m11 As Boolean, m20 As Boolean, m21 As Boolean, m30 As Boolean, m31 As Boolean)
overload: Misaki.HighPerformance.Mathematics.bool4x2.#ctor*
nameWithType.vb: bool4x2.New(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x2.New(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
name.vb: New(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
- uid: Misaki.HighPerformance.Mathematics.bool4x2.c0
commentId: F:Misaki.HighPerformance.Mathematics.bool4x2.c0
id: c0
parent: Misaki.HighPerformance.Mathematics.bool4x2
langs:
- csharp
- vb
name: c0
nameWithType: bool4x2.c0
fullName: Misaki.HighPerformance.Mathematics.bool4x2.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\bool4x2.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.bool4x2.c1
commentId: F:Misaki.HighPerformance.Mathematics.bool4x2.c1
id: c1
parent: Misaki.HighPerformance.Mathematics.bool4x2
langs:
- csharp
- vb
name: c1
nameWithType: bool4x2.c1
fullName: Misaki.HighPerformance.Mathematics.bool4x2.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\bool4x2.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.bool4x2.Item(System.Int32)
commentId: P:Misaki.HighPerformance.Mathematics.bool4x2.Item(System.Int32)
id: Item(System.Int32)
parent: Misaki.HighPerformance.Mathematics.bool4x2
langs:
- csharp
- vb
name: this[int]
nameWithType: bool4x2.this[int]
fullName: Misaki.HighPerformance.Mathematics.bool4x2.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\bool4x2.g.cs
startLine: 15
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.bool4x2.Item*
nameWithType.vb: bool4x2.this[](Integer)
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x2.this[](Integer)
name.vb: this[](Integer)
- uid: Misaki.HighPerformance.Mathematics.bool4x2.#ctor(System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool4}@)
commentId: M:Misaki.HighPerformance.Mathematics.bool4x2.#ctor(System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool4}@)
id: '#ctor(System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool4}@)'
parent: Misaki.HighPerformance.Mathematics.bool4x2
langs:
- csharp
- vb
name: bool4x2(in ReadOnlySpan<bool4>)
nameWithType: bool4x2.bool4x2(in ReadOnlySpan<bool4>)
fullName: Misaki.HighPerformance.Mathematics.bool4x2.bool4x2(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\bool4x2.g.cs
startLine: 24
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool4x2(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.bool4x2.#ctor*
nameWithType.vb: bool4x2.New(ReadOnlySpan(Of bool4))
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x2.New(System.ReadOnlySpan(Of Misaki.HighPerformance.Mathematics.bool4))
name.vb: New(ReadOnlySpan(Of bool4))
- uid: Misaki.HighPerformance.Mathematics.bool4x2.#ctor(System.ReadOnlySpan{System.UInt32}@)
commentId: M:Misaki.HighPerformance.Mathematics.bool4x2.#ctor(System.ReadOnlySpan{System.UInt32}@)
id: '#ctor(System.ReadOnlySpan{System.UInt32}@)'
parent: Misaki.HighPerformance.Mathematics.bool4x2
langs:
- csharp
- vb
name: bool4x2(in ReadOnlySpan<uint>)
nameWithType: bool4x2.bool4x2(in ReadOnlySpan<uint>)
fullName: Misaki.HighPerformance.Mathematics.bool4x2.bool4x2(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\bool4x2.g.cs
startLine: 39
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool4x2(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.bool4x2.#ctor*
nameWithType.vb: bool4x2.New(ReadOnlySpan(Of UInteger))
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x2.New(System.ReadOnlySpan(Of UInteger))
name.vb: New(ReadOnlySpan(Of UInteger))
- uid: Misaki.HighPerformance.Mathematics.bool4x2.#ctor(System.UInt32)
commentId: M:Misaki.HighPerformance.Mathematics.bool4x2.#ctor(System.UInt32)
id: '#ctor(System.UInt32)'
parent: Misaki.HighPerformance.Mathematics.bool4x2
langs:
- csharp
- vb
name: bool4x2(uint)
nameWithType: bool4x2.bool4x2(uint)
fullName: Misaki.HighPerformance.Mathematics.bool4x2.bool4x2(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\bool4x2.g.cs
startLine: 54
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool4x2(uint value)
parameters:
- id: value
type: System.UInt32
content.vb: Public Sub New(value As UInteger)
overload: Misaki.HighPerformance.Mathematics.bool4x2.#ctor*
nameWithType.vb: bool4x2.New(UInteger)
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x2.New(UInteger)
name.vb: New(UInteger)
- uid: Misaki.HighPerformance.Mathematics.bool4x2.#ctor(System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32)
commentId: M:Misaki.HighPerformance.Mathematics.bool4x2.#ctor(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)'
parent: Misaki.HighPerformance.Mathematics.bool4x2
langs:
- csharp
- vb
name: bool4x2(uint, uint, uint, uint, uint, uint, uint, uint)
nameWithType: bool4x2.bool4x2(uint, uint, uint, uint, uint, uint, uint, uint)
fullName: Misaki.HighPerformance.Mathematics.bool4x2.bool4x2(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\bool4x2.g.cs
startLine: 61
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool4x2(uint m00, uint m01, uint m10, uint m11, uint m20, uint m21, uint m30, uint m31)
parameters:
- id: m00
type: System.UInt32
- id: m01
type: System.UInt32
- id: m10
type: System.UInt32
- id: m11
type: System.UInt32
- id: m20
type: System.UInt32
- id: m21
type: System.UInt32
- id: m30
type: System.UInt32
- id: m31
type: System.UInt32
content.vb: Public Sub New(m00 As UInteger, m01 As UInteger, m10 As UInteger, m11 As UInteger, m20 As UInteger, m21 As UInteger, m30 As UInteger, m31 As UInteger)
overload: Misaki.HighPerformance.Mathematics.bool4x2.#ctor*
nameWithType.vb: bool4x2.New(UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger)
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x2.New(UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger)
name.vb: New(UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger, UInteger)
- uid: Misaki.HighPerformance.Mathematics.bool4x2.#ctor(Misaki.HighPerformance.Mathematics.bool4)
commentId: M:Misaki.HighPerformance.Mathematics.bool4x2.#ctor(Misaki.HighPerformance.Mathematics.bool4)
id: '#ctor(Misaki.HighPerformance.Mathematics.bool4)'
parent: Misaki.HighPerformance.Mathematics.bool4x2
langs:
- csharp
- vb
name: bool4x2(bool4)
nameWithType: bool4x2.bool4x2(bool4)
fullName: Misaki.HighPerformance.Mathematics.bool4x2.bool4x2(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\bool4x2.g.cs
startLine: 68
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool4x2(bool4 value)
parameters:
- id: value
type: Misaki.HighPerformance.Mathematics.bool4
content.vb: Public Sub New(value As bool4)
overload: Misaki.HighPerformance.Mathematics.bool4x2.#ctor*
nameWithType.vb: bool4x2.New(bool4)
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x2.New(Misaki.HighPerformance.Mathematics.bool4)
name.vb: New(bool4)
- uid: Misaki.HighPerformance.Mathematics.bool4x2.#ctor(Misaki.HighPerformance.Mathematics.bool4,Misaki.HighPerformance.Mathematics.bool4)
commentId: M:Misaki.HighPerformance.Mathematics.bool4x2.#ctor(Misaki.HighPerformance.Mathematics.bool4,Misaki.HighPerformance.Mathematics.bool4)
id: '#ctor(Misaki.HighPerformance.Mathematics.bool4,Misaki.HighPerformance.Mathematics.bool4)'
parent: Misaki.HighPerformance.Mathematics.bool4x2
langs:
- csharp
- vb
name: bool4x2(bool4, bool4)
nameWithType: bool4x2.bool4x2(bool4, bool4)
fullName: Misaki.HighPerformance.Mathematics.bool4x2.bool4x2(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\bool4x2.g.cs
startLine: 75
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool4x2(bool4 c0, bool4 c1)
parameters:
- id: c0
type: Misaki.HighPerformance.Mathematics.bool4
- id: c1
type: Misaki.HighPerformance.Mathematics.bool4
content.vb: Public Sub New(c0 As bool4, c1 As bool4)
overload: Misaki.HighPerformance.Mathematics.bool4x2.#ctor*
nameWithType.vb: bool4x2.New(bool4, bool4)
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x2.New(Misaki.HighPerformance.Mathematics.bool4, Misaki.HighPerformance.Mathematics.bool4)
name.vb: New(bool4, bool4)
- uid: Misaki.HighPerformance.Mathematics.bool4x2.ToString
commentId: M:Misaki.HighPerformance.Mathematics.bool4x2.ToString
id: ToString
parent: Misaki.HighPerformance.Mathematics.bool4x2
langs:
- csharp
- vb
name: ToString()
nameWithType: bool4x2.ToString()
fullName: Misaki.HighPerformance.Mathematics.bool4x2.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\bool4x2.g.cs
startLine: 82
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.bool4x2.ToString*
- uid: Misaki.HighPerformance.Mathematics.bool4x2.GetHashCode
commentId: M:Misaki.HighPerformance.Mathematics.bool4x2.GetHashCode
id: GetHashCode
parent: Misaki.HighPerformance.Mathematics.bool4x2
langs:
- csharp
- vb
name: GetHashCode()
nameWithType: bool4x2.GetHashCode()
fullName: Misaki.HighPerformance.Mathematics.bool4x2.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\bool4x2.g.cs
startLine: 87
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.bool4x2.GetHashCode*
- uid: Misaki.HighPerformance.Mathematics.bool4x2.Equals(System.Object)
commentId: M:Misaki.HighPerformance.Mathematics.bool4x2.Equals(System.Object)
id: Equals(System.Object)
parent: Misaki.HighPerformance.Mathematics.bool4x2
langs:
- csharp
- vb
name: Equals(object?)
nameWithType: bool4x2.Equals(object?)
fullName: Misaki.HighPerformance.Mathematics.bool4x2.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\bool4x2.g.cs
startLine: 92
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.bool4x2.Equals*
nameWithType.vb: bool4x2.Equals(Object)
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x2.Equals(Object)
name.vb: Equals(Object)
- uid: Misaki.HighPerformance.Mathematics.bool4x2.Equals(Misaki.HighPerformance.Mathematics.bool4x2)
commentId: M:Misaki.HighPerformance.Mathematics.bool4x2.Equals(Misaki.HighPerformance.Mathematics.bool4x2)
id: Equals(Misaki.HighPerformance.Mathematics.bool4x2)
parent: Misaki.HighPerformance.Mathematics.bool4x2
langs:
- csharp
- vb
name: Equals(bool4x2)
nameWithType: bool4x2.Equals(bool4x2)
fullName: Misaki.HighPerformance.Mathematics.bool4x2.Equals(Misaki.HighPerformance.Mathematics.bool4x2)
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\bool4x2.g.cs
startLine: 97
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(bool4x2 other)
parameters:
- id: other
type: Misaki.HighPerformance.Mathematics.bool4x2
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 bool4x2) As Boolean
overload: Misaki.HighPerformance.Mathematics.bool4x2.Equals*
implements:
- System.IEquatable{Misaki.HighPerformance.Mathematics.bool4x2}.Equals(Misaki.HighPerformance.Mathematics.bool4x2)
- uid: Misaki.HighPerformance.Mathematics.bool4x2.op_Equality(Misaki.HighPerformance.Mathematics.bool4x2,Misaki.HighPerformance.Mathematics.bool4x2)
commentId: M:Misaki.HighPerformance.Mathematics.bool4x2.op_Equality(Misaki.HighPerformance.Mathematics.bool4x2,Misaki.HighPerformance.Mathematics.bool4x2)
id: op_Equality(Misaki.HighPerformance.Mathematics.bool4x2,Misaki.HighPerformance.Mathematics.bool4x2)
parent: Misaki.HighPerformance.Mathematics.bool4x2
langs:
- csharp
- vb
name: operator ==(bool4x2, bool4x2)
nameWithType: bool4x2.operator ==(bool4x2, bool4x2)
fullName: Misaki.HighPerformance.Mathematics.bool4x2.operator ==(Misaki.HighPerformance.Mathematics.bool4x2, Misaki.HighPerformance.Mathematics.bool4x2)
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\bool4x2.g.cs
startLine: 102
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public static bool4x2 operator ==(bool4x2 lhs, bool4x2 rhs)
parameters:
- id: lhs
type: Misaki.HighPerformance.Mathematics.bool4x2
- id: rhs
type: Misaki.HighPerformance.Mathematics.bool4x2
return:
type: Misaki.HighPerformance.Mathematics.bool4x2
content.vb: Public Shared Operator =(lhs As bool4x2, rhs As bool4x2) As bool4x2
overload: Misaki.HighPerformance.Mathematics.bool4x2.op_Equality*
nameWithType.vb: bool4x2.=(bool4x2, bool4x2)
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x2.=(Misaki.HighPerformance.Mathematics.bool4x2, Misaki.HighPerformance.Mathematics.bool4x2)
name.vb: =(bool4x2, bool4x2)
- uid: Misaki.HighPerformance.Mathematics.bool4x2.op_Inequality(Misaki.HighPerformance.Mathematics.bool4x2,Misaki.HighPerformance.Mathematics.bool4x2)
commentId: M:Misaki.HighPerformance.Mathematics.bool4x2.op_Inequality(Misaki.HighPerformance.Mathematics.bool4x2,Misaki.HighPerformance.Mathematics.bool4x2)
id: op_Inequality(Misaki.HighPerformance.Mathematics.bool4x2,Misaki.HighPerformance.Mathematics.bool4x2)
parent: Misaki.HighPerformance.Mathematics.bool4x2
langs:
- csharp
- vb
name: operator !=(bool4x2, bool4x2)
nameWithType: bool4x2.operator !=(bool4x2, bool4x2)
fullName: Misaki.HighPerformance.Mathematics.bool4x2.operator !=(Misaki.HighPerformance.Mathematics.bool4x2, Misaki.HighPerformance.Mathematics.bool4x2)
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\bool4x2.g.cs
startLine: 107
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public static bool4x2 operator !=(bool4x2 lhs, bool4x2 rhs)
parameters:
- id: lhs
type: Misaki.HighPerformance.Mathematics.bool4x2
- id: rhs
type: Misaki.HighPerformance.Mathematics.bool4x2
return:
type: Misaki.HighPerformance.Mathematics.bool4x2
content.vb: Public Shared Operator <>(lhs As bool4x2, rhs As bool4x2) As bool4x2
overload: Misaki.HighPerformance.Mathematics.bool4x2.op_Inequality*
nameWithType.vb: bool4x2.<>(bool4x2, bool4x2)
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x2.<>(Misaki.HighPerformance.Mathematics.bool4x2, Misaki.HighPerformance.Mathematics.bool4x2)
name.vb: <>(bool4x2, bool4x2)
- uid: Misaki.HighPerformance.Mathematics.bool4x2.op_Implicit(System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool4})~Misaki.HighPerformance.Mathematics.bool4x2
commentId: M:Misaki.HighPerformance.Mathematics.bool4x2.op_Implicit(System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool4})~Misaki.HighPerformance.Mathematics.bool4x2
id: op_Implicit(System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool4})~Misaki.HighPerformance.Mathematics.bool4x2
parent: Misaki.HighPerformance.Mathematics.bool4x2
langs:
- csharp
- vb
name: implicit operator bool4x2(ReadOnlySpan<bool4>)
nameWithType: bool4x2.implicit operator bool4x2(ReadOnlySpan<bool4>)
fullName: Misaki.HighPerformance.Mathematics.bool4x2.implicit operator Misaki.HighPerformance.Mathematics.bool4x2(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\bool4x2.g.cs
startLine: 112
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public static implicit operator bool4x2(ReadOnlySpan<bool4> value)
parameters:
- id: value
type: System.ReadOnlySpan{Misaki.HighPerformance.Mathematics.bool4}
return:
type: Misaki.HighPerformance.Mathematics.bool4x2
content.vb: Public Shared Widening Operator CType(value As ReadOnlySpan(Of bool4)) As bool4x2
overload: Misaki.HighPerformance.Mathematics.bool4x2.op_Implicit*
nameWithType.vb: bool4x2.CType(ReadOnlySpan(Of bool4))
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x2.CType(System.ReadOnlySpan(Of Misaki.HighPerformance.Mathematics.bool4))
name.vb: CType(ReadOnlySpan(Of bool4))
- uid: Misaki.HighPerformance.Mathematics.bool4x2.op_Implicit(Misaki.HighPerformance.Mathematics.bool4)~Misaki.HighPerformance.Mathematics.bool4x2
commentId: M:Misaki.HighPerformance.Mathematics.bool4x2.op_Implicit(Misaki.HighPerformance.Mathematics.bool4)~Misaki.HighPerformance.Mathematics.bool4x2
id: op_Implicit(Misaki.HighPerformance.Mathematics.bool4)~Misaki.HighPerformance.Mathematics.bool4x2
parent: Misaki.HighPerformance.Mathematics.bool4x2
langs:
- csharp
- vb
name: implicit operator bool4x2(bool4)
nameWithType: bool4x2.implicit operator bool4x2(bool4)
fullName: Misaki.HighPerformance.Mathematics.bool4x2.implicit operator Misaki.HighPerformance.Mathematics.bool4x2(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\bool4x2.g.cs
startLine: 117
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public static implicit operator bool4x2(bool4 value)
parameters:
- id: value
type: Misaki.HighPerformance.Mathematics.bool4
return:
type: Misaki.HighPerformance.Mathematics.bool4x2
content.vb: Public Shared Widening Operator CType(value As bool4) As bool4x2
overload: Misaki.HighPerformance.Mathematics.bool4x2.op_Implicit*
nameWithType.vb: bool4x2.CType(bool4)
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x2.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.bool4x2}
commentId: T:System.IEquatable{Misaki.HighPerformance.Mathematics.bool4x2}
parent: System
definition: System.IEquatable`1
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
name: IEquatable<bool4x2>
nameWithType: IEquatable<bool4x2>
fullName: System.IEquatable<Misaki.HighPerformance.Mathematics.bool4x2>
nameWithType.vb: IEquatable(Of bool4x2)
fullName.vb: System.IEquatable(Of Misaki.HighPerformance.Mathematics.bool4x2)
name.vb: IEquatable(Of bool4x2)
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.bool4x2
name: bool4x2
href: Misaki.HighPerformance.Mathematics.bool4x2.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.bool4x2
name: bool4x2
href: Misaki.HighPerformance.Mathematics.bool4x2.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.bool4x2.#ctor*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool4x2.#ctor
href: Misaki.HighPerformance.Mathematics.bool4x2.html#Misaki_HighPerformance_Mathematics_bool4x2__ctor_System_Boolean_
name: bool4x2
nameWithType: bool4x2.bool4x2
fullName: Misaki.HighPerformance.Mathematics.bool4x2.bool4x2
nameWithType.vb: bool4x2.New
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x2.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.bool4x2.Item*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool4x2.Item
href: Misaki.HighPerformance.Mathematics.bool4x2.html#Misaki_HighPerformance_Mathematics_bool4x2_Item_System_Int32_
name: this
nameWithType: bool4x2.this
fullName: Misaki.HighPerformance.Mathematics.bool4x2.this
nameWithType.vb: bool4x2.this[]
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x2.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.bool4x2.ToString*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool4x2.ToString
href: Misaki.HighPerformance.Mathematics.bool4x2.html#Misaki_HighPerformance_Mathematics_bool4x2_ToString
name: ToString
nameWithType: bool4x2.ToString
fullName: Misaki.HighPerformance.Mathematics.bool4x2.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.bool4x2.GetHashCode*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool4x2.GetHashCode
href: Misaki.HighPerformance.Mathematics.bool4x2.html#Misaki_HighPerformance_Mathematics_bool4x2_GetHashCode
name: GetHashCode
nameWithType: bool4x2.GetHashCode
fullName: Misaki.HighPerformance.Mathematics.bool4x2.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.bool4x2.Equals*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool4x2.Equals
href: Misaki.HighPerformance.Mathematics.bool4x2.html#Misaki_HighPerformance_Mathematics_bool4x2_Equals_System_Object_
name: Equals
nameWithType: bool4x2.Equals
fullName: Misaki.HighPerformance.Mathematics.bool4x2.Equals
- uid: System.IEquatable{Misaki.HighPerformance.Mathematics.bool4x2}.Equals(Misaki.HighPerformance.Mathematics.bool4x2)
commentId: M:System.IEquatable{Misaki.HighPerformance.Mathematics.bool4x2}.Equals(Misaki.HighPerformance.Mathematics.bool4x2)
parent: System.IEquatable{Misaki.HighPerformance.Mathematics.bool4x2}
definition: System.IEquatable`1.Equals(`0)
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
name: Equals(bool4x2)
nameWithType: IEquatable<bool4x2>.Equals(bool4x2)
fullName: System.IEquatable<Misaki.HighPerformance.Mathematics.bool4x2>.Equals(Misaki.HighPerformance.Mathematics.bool4x2)
nameWithType.vb: IEquatable(Of bool4x2).Equals(bool4x2)
fullName.vb: System.IEquatable(Of Misaki.HighPerformance.Mathematics.bool4x2).Equals(Misaki.HighPerformance.Mathematics.bool4x2)
spec.csharp:
- uid: System.IEquatable{Misaki.HighPerformance.Mathematics.bool4x2}.Equals(Misaki.HighPerformance.Mathematics.bool4x2)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
- name: (
- uid: Misaki.HighPerformance.Mathematics.bool4x2
name: bool4x2
href: Misaki.HighPerformance.Mathematics.bool4x2.html
- name: )
spec.vb:
- uid: System.IEquatable{Misaki.HighPerformance.Mathematics.bool4x2}.Equals(Misaki.HighPerformance.Mathematics.bool4x2)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
- name: (
- uid: Misaki.HighPerformance.Mathematics.bool4x2
name: bool4x2
href: Misaki.HighPerformance.Mathematics.bool4x2.html
- name: )
- uid: Misaki.HighPerformance.Mathematics.bool4x2
commentId: T:Misaki.HighPerformance.Mathematics.bool4x2
parent: Misaki.HighPerformance.Mathematics
href: Misaki.HighPerformance.Mathematics.bool4x2.html
name: bool4x2
nameWithType: bool4x2
fullName: Misaki.HighPerformance.Mathematics.bool4x2
- 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.bool4x2.op_Equality*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool4x2.op_Equality
href: Misaki.HighPerformance.Mathematics.bool4x2.html#Misaki_HighPerformance_Mathematics_bool4x2_op_Equality_Misaki_HighPerformance_Mathematics_bool4x2_Misaki_HighPerformance_Mathematics_bool4x2_
name: operator ==
nameWithType: bool4x2.operator ==
fullName: Misaki.HighPerformance.Mathematics.bool4x2.operator ==
nameWithType.vb: bool4x2.=
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x2.=
name.vb: =
spec.csharp:
- name: operator
- name: " "
- uid: Misaki.HighPerformance.Mathematics.bool4x2.op_Equality*
name: ==
href: Misaki.HighPerformance.Mathematics.bool4x2.html#Misaki_HighPerformance_Mathematics_bool4x2_op_Equality_Misaki_HighPerformance_Mathematics_bool4x2_Misaki_HighPerformance_Mathematics_bool4x2_
- uid: Misaki.HighPerformance.Mathematics.bool4x2.op_Inequality*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool4x2.op_Inequality
href: Misaki.HighPerformance.Mathematics.bool4x2.html#Misaki_HighPerformance_Mathematics_bool4x2_op_Inequality_Misaki_HighPerformance_Mathematics_bool4x2_Misaki_HighPerformance_Mathematics_bool4x2_
name: operator !=
nameWithType: bool4x2.operator !=
fullName: Misaki.HighPerformance.Mathematics.bool4x2.operator !=
nameWithType.vb: bool4x2.<>
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x2.<>
name.vb: <>
spec.csharp:
- name: operator
- name: " "
- uid: Misaki.HighPerformance.Mathematics.bool4x2.op_Inequality*
name: '!='
href: Misaki.HighPerformance.Mathematics.bool4x2.html#Misaki_HighPerformance_Mathematics_bool4x2_op_Inequality_Misaki_HighPerformance_Mathematics_bool4x2_Misaki_HighPerformance_Mathematics_bool4x2_
- uid: Misaki.HighPerformance.Mathematics.bool4x2.op_Implicit*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool4x2.op_Implicit
name: implicit operator
nameWithType: bool4x2.implicit operator
fullName: Misaki.HighPerformance.Mathematics.bool4x2.implicit operator
nameWithType.vb: bool4x2.CType
fullName.vb: Misaki.HighPerformance.Mathematics.bool4x2.CType
name.vb: CType
spec.csharp:
- name: implicit
- name: " "
- name: operator