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

2597 lines
100 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Misaki.HighPerformance.Mathematics.bool2
commentId: T:Misaki.HighPerformance.Mathematics.bool2
id: bool2
parent: Misaki.HighPerformance.Mathematics
children:
- Misaki.HighPerformance.Mathematics.bool2.#ctor(Misaki.HighPerformance.Mathematics.bool2)
- Misaki.HighPerformance.Mathematics.bool2.#ctor(Misaki.HighPerformance.Mathematics.double2)
- Misaki.HighPerformance.Mathematics.bool2.#ctor(Misaki.HighPerformance.Mathematics.float2)
- Misaki.HighPerformance.Mathematics.bool2.#ctor(Misaki.HighPerformance.Mathematics.int2)
- Misaki.HighPerformance.Mathematics.bool2.#ctor(Misaki.HighPerformance.Mathematics.uint2)
- Misaki.HighPerformance.Mathematics.bool2.#ctor(System.Boolean)
- Misaki.HighPerformance.Mathematics.bool2.#ctor(System.Boolean,System.Boolean)
- Misaki.HighPerformance.Mathematics.bool2.#ctor(System.ReadOnlySpan{System.UInt32})
- Misaki.HighPerformance.Mathematics.bool2.#ctor(System.UInt32)
- Misaki.HighPerformance.Mathematics.bool2.#ctor(System.UInt32,System.UInt32)
- Misaki.HighPerformance.Mathematics.bool2.Equals(Misaki.HighPerformance.Mathematics.bool2)
- Misaki.HighPerformance.Mathematics.bool2.Equals(System.Object)
- Misaki.HighPerformance.Mathematics.bool2.GetHashCode
- Misaki.HighPerformance.Mathematics.bool2.Item(System.Int32)
- Misaki.HighPerformance.Mathematics.bool2.ToString
- Misaki.HighPerformance.Mathematics.bool2.op_Equality(Misaki.HighPerformance.Mathematics.bool2,Misaki.HighPerformance.Mathematics.bool2)
- Misaki.HighPerformance.Mathematics.bool2.op_Implicit(Misaki.HighPerformance.Mathematics.double2)~Misaki.HighPerformance.Mathematics.bool2
- Misaki.HighPerformance.Mathematics.bool2.op_Implicit(Misaki.HighPerformance.Mathematics.float2)~Misaki.HighPerformance.Mathematics.bool2
- Misaki.HighPerformance.Mathematics.bool2.op_Implicit(Misaki.HighPerformance.Mathematics.int2)~Misaki.HighPerformance.Mathematics.bool2
- Misaki.HighPerformance.Mathematics.bool2.op_Implicit(Misaki.HighPerformance.Mathematics.uint2)~Misaki.HighPerformance.Mathematics.bool2
- Misaki.HighPerformance.Mathematics.bool2.op_Implicit(System.ReadOnlySpan{System.UInt32})~Misaki.HighPerformance.Mathematics.bool2
- Misaki.HighPerformance.Mathematics.bool2.op_Implicit(System.UInt32)~Misaki.HighPerformance.Mathematics.bool2
- Misaki.HighPerformance.Mathematics.bool2.op_Inequality(Misaki.HighPerformance.Mathematics.bool2,Misaki.HighPerformance.Mathematics.bool2)
- Misaki.HighPerformance.Mathematics.bool2.x
- Misaki.HighPerformance.Mathematics.bool2.xx
- Misaki.HighPerformance.Mathematics.bool2.xxx
- Misaki.HighPerformance.Mathematics.bool2.xxxx
- Misaki.HighPerformance.Mathematics.bool2.xxxy
- Misaki.HighPerformance.Mathematics.bool2.xxy
- Misaki.HighPerformance.Mathematics.bool2.xxyx
- Misaki.HighPerformance.Mathematics.bool2.xxyy
- Misaki.HighPerformance.Mathematics.bool2.xy
- Misaki.HighPerformance.Mathematics.bool2.xyx
- Misaki.HighPerformance.Mathematics.bool2.xyxx
- Misaki.HighPerformance.Mathematics.bool2.xyxy
- Misaki.HighPerformance.Mathematics.bool2.xyy
- Misaki.HighPerformance.Mathematics.bool2.xyyx
- Misaki.HighPerformance.Mathematics.bool2.xyyy
- Misaki.HighPerformance.Mathematics.bool2.y
- Misaki.HighPerformance.Mathematics.bool2.yx
- Misaki.HighPerformance.Mathematics.bool2.yxx
- Misaki.HighPerformance.Mathematics.bool2.yxxx
- Misaki.HighPerformance.Mathematics.bool2.yxxy
- Misaki.HighPerformance.Mathematics.bool2.yxy
- Misaki.HighPerformance.Mathematics.bool2.yxyx
- Misaki.HighPerformance.Mathematics.bool2.yxyy
- Misaki.HighPerformance.Mathematics.bool2.yy
- Misaki.HighPerformance.Mathematics.bool2.yyx
- Misaki.HighPerformance.Mathematics.bool2.yyxx
- Misaki.HighPerformance.Mathematics.bool2.yyxy
- Misaki.HighPerformance.Mathematics.bool2.yyy
- Misaki.HighPerformance.Mathematics.bool2.yyyx
- Misaki.HighPerformance.Mathematics.bool2.yyyy
langs:
- csharp
- vb
name: bool2
nameWithType: bool2
fullName: Misaki.HighPerformance.Mathematics.bool2
type: Struct
source:
id: bool2
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 10
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[NumericType(typeof(uint), 4, 2, 1, "global::Misaki.HighPerformance.Mathematics.bool", false, true, null, typeof(uint))]
[NumericConvertable("{v}.{c} != 0 ? 0u : ~0u", new Type[] { typeof(int2), typeof(uint2), typeof(float2), typeof(double2) })]
public struct bool2 : IEquatable<bool2>
content.vb: >-
<NumericType(GetType(UInteger), 4, 2, 1, "global::Misaki.HighPerformance.Mathematics.bool", False, True, Nothing, GetType(UInteger))>
<NumericConvertable("{v}.{c} != 0 ? 0u : ~0u", New Type() { GetType(int2), GetType(uint2), GetType(float2), GetType(double2) })>
Public Structure bool2 Implements IEquatable(Of bool2)
implements:
- System.IEquatable{Misaki.HighPerformance.Mathematics.bool2}
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: System.UInt32
- type: System.Int32
value: 4
- type: System.Int32
value: 2
- type: System.Int32
value: 1
- type: System.String
value: global::Misaki.HighPerformance.Mathematics.bool
- type: System.Boolean
value: false
- type: System.Boolean
value: true
- type: System.Type
- type: System.Type
value: System.UInt32
- uid: Misaki.HighPerformance.Mathematics.bool2.#ctor(System.Boolean)
commentId: M:Misaki.HighPerformance.Mathematics.bool2.#ctor(System.Boolean)
id: '#ctor(System.Boolean)'
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: bool2(bool)
nameWithType: bool2.bool2(bool)
fullName: Misaki.HighPerformance.Mathematics.bool2.bool2(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: 6
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool2(bool value)
parameters:
- id: value
type: System.Boolean
content.vb: Public Sub New(value As Boolean)
overload: Misaki.HighPerformance.Mathematics.bool2.#ctor*
nameWithType.vb: bool2.New(Boolean)
fullName.vb: Misaki.HighPerformance.Mathematics.bool2.New(Boolean)
name.vb: New(Boolean)
- uid: Misaki.HighPerformance.Mathematics.bool2.#ctor(System.Boolean,System.Boolean)
commentId: M:Misaki.HighPerformance.Mathematics.bool2.#ctor(System.Boolean,System.Boolean)
id: '#ctor(System.Boolean,System.Boolean)'
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: bool2(bool, bool)
nameWithType: bool2.bool2(bool, bool)
fullName: Misaki.HighPerformance.Mathematics.bool2.bool2(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: 12
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool2(bool x, bool y)
parameters:
- id: x
type: System.Boolean
- id: y
type: System.Boolean
content.vb: Public Sub New(x As Boolean, y As Boolean)
overload: Misaki.HighPerformance.Mathematics.bool2.#ctor*
nameWithType.vb: bool2.New(Boolean, Boolean)
fullName.vb: Misaki.HighPerformance.Mathematics.bool2.New(Boolean, Boolean)
name.vb: New(Boolean, Boolean)
- uid: Misaki.HighPerformance.Mathematics.bool2.x
commentId: F:Misaki.HighPerformance.Mathematics.bool2.x
id: x
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: x
nameWithType: bool2.x
fullName: Misaki.HighPerformance.Mathematics.bool2.x
type: Field
source:
id: x
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 12
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public uint x
return:
type: System.UInt32
content.vb: Public x As UInteger
- uid: Misaki.HighPerformance.Mathematics.bool2.y
commentId: F:Misaki.HighPerformance.Mathematics.bool2.y
id: y
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: y
nameWithType: bool2.y
fullName: Misaki.HighPerformance.Mathematics.bool2.y
type: Field
source:
id: y
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 14
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public uint y
return:
type: System.UInt32
content.vb: Public y As UInteger
- uid: Misaki.HighPerformance.Mathematics.bool2.Item(System.Int32)
commentId: P:Misaki.HighPerformance.Mathematics.bool2.Item(System.Int32)
id: Item(System.Int32)
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: this[int]
nameWithType: bool2.this[int]
fullName: Misaki.HighPerformance.Mathematics.bool2.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\bool2.g.cs
startLine: 17
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public ref uint this[int index] { get; }
parameters:
- id: index
type: System.Int32
return:
type: System.UInt32
content.vb: Public ReadOnly Default ByRef Property this[](index As Integer) As UInteger
overload: Misaki.HighPerformance.Mathematics.bool2.Item*
nameWithType.vb: bool2.this[](Integer)
fullName.vb: Misaki.HighPerformance.Mathematics.bool2.this[](Integer)
name.vb: this[](Integer)
- uid: Misaki.HighPerformance.Mathematics.bool2.#ctor(System.ReadOnlySpan{System.UInt32})
commentId: M:Misaki.HighPerformance.Mathematics.bool2.#ctor(System.ReadOnlySpan{System.UInt32})
id: '#ctor(System.ReadOnlySpan{System.UInt32})'
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: bool2(ReadOnlySpan<uint>)
nameWithType: bool2.bool2(ReadOnlySpan<uint>)
fullName: Misaki.HighPerformance.Mathematics.bool2.bool2(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\bool2.g.cs
startLine: 28
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool2(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.bool2.#ctor*
nameWithType.vb: bool2.New(ReadOnlySpan(Of UInteger))
fullName.vb: Misaki.HighPerformance.Mathematics.bool2.New(System.ReadOnlySpan(Of UInteger))
name.vb: New(ReadOnlySpan(Of UInteger))
- uid: Misaki.HighPerformance.Mathematics.bool2.#ctor(System.UInt32)
commentId: M:Misaki.HighPerformance.Mathematics.bool2.#ctor(System.UInt32)
id: '#ctor(System.UInt32)'
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: bool2(uint)
nameWithType: bool2.bool2(uint)
fullName: Misaki.HighPerformance.Mathematics.bool2.bool2(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\bool2.g.cs
startLine: 43
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool2(uint value)
parameters:
- id: value
type: System.UInt32
content.vb: Public Sub New(value As UInteger)
overload: Misaki.HighPerformance.Mathematics.bool2.#ctor*
nameWithType.vb: bool2.New(UInteger)
fullName.vb: Misaki.HighPerformance.Mathematics.bool2.New(UInteger)
name.vb: New(UInteger)
- uid: Misaki.HighPerformance.Mathematics.bool2.#ctor(System.UInt32,System.UInt32)
commentId: M:Misaki.HighPerformance.Mathematics.bool2.#ctor(System.UInt32,System.UInt32)
id: '#ctor(System.UInt32,System.UInt32)'
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: bool2(uint, uint)
nameWithType: bool2.bool2(uint, uint)
fullName: Misaki.HighPerformance.Mathematics.bool2.bool2(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\bool2.g.cs
startLine: 50
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool2(uint x, uint y)
parameters:
- id: x
type: System.UInt32
- id: y
type: System.UInt32
content.vb: Public Sub New(x As UInteger, y As UInteger)
overload: Misaki.HighPerformance.Mathematics.bool2.#ctor*
nameWithType.vb: bool2.New(UInteger, UInteger)
fullName.vb: Misaki.HighPerformance.Mathematics.bool2.New(UInteger, UInteger)
name.vb: New(UInteger, UInteger)
- uid: Misaki.HighPerformance.Mathematics.bool2.#ctor(Misaki.HighPerformance.Mathematics.bool2)
commentId: M:Misaki.HighPerformance.Mathematics.bool2.#ctor(Misaki.HighPerformance.Mathematics.bool2)
id: '#ctor(Misaki.HighPerformance.Mathematics.bool2)'
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: bool2(bool2)
nameWithType: bool2.bool2(bool2)
fullName: Misaki.HighPerformance.Mathematics.bool2.bool2(Misaki.HighPerformance.Mathematics.bool2)
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\bool2.g.cs
startLine: 57
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool2(bool2 xy)
parameters:
- id: xy
type: Misaki.HighPerformance.Mathematics.bool2
content.vb: Public Sub New(xy As bool2)
overload: Misaki.HighPerformance.Mathematics.bool2.#ctor*
nameWithType.vb: bool2.New(bool2)
fullName.vb: Misaki.HighPerformance.Mathematics.bool2.New(Misaki.HighPerformance.Mathematics.bool2)
name.vb: New(bool2)
- uid: Misaki.HighPerformance.Mathematics.bool2.#ctor(Misaki.HighPerformance.Mathematics.int2)
commentId: M:Misaki.HighPerformance.Mathematics.bool2.#ctor(Misaki.HighPerformance.Mathematics.int2)
id: '#ctor(Misaki.HighPerformance.Mathematics.int2)'
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: bool2(int2)
nameWithType: bool2.bool2(int2)
fullName: Misaki.HighPerformance.Mathematics.bool2.bool2(Misaki.HighPerformance.Mathematics.int2)
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\bool2.g.cs
startLine: 64
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool2(int2 v)
parameters:
- id: v
type: Misaki.HighPerformance.Mathematics.int2
content.vb: Public Sub New(v As int2)
overload: Misaki.HighPerformance.Mathematics.bool2.#ctor*
nameWithType.vb: bool2.New(int2)
fullName.vb: Misaki.HighPerformance.Mathematics.bool2.New(Misaki.HighPerformance.Mathematics.int2)
name.vb: New(int2)
- uid: Misaki.HighPerformance.Mathematics.bool2.#ctor(Misaki.HighPerformance.Mathematics.uint2)
commentId: M:Misaki.HighPerformance.Mathematics.bool2.#ctor(Misaki.HighPerformance.Mathematics.uint2)
id: '#ctor(Misaki.HighPerformance.Mathematics.uint2)'
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: bool2(uint2)
nameWithType: bool2.bool2(uint2)
fullName: Misaki.HighPerformance.Mathematics.bool2.bool2(Misaki.HighPerformance.Mathematics.uint2)
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\bool2.g.cs
startLine: 71
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool2(uint2 v)
parameters:
- id: v
type: Misaki.HighPerformance.Mathematics.uint2
content.vb: Public Sub New(v As uint2)
overload: Misaki.HighPerformance.Mathematics.bool2.#ctor*
nameWithType.vb: bool2.New(uint2)
fullName.vb: Misaki.HighPerformance.Mathematics.bool2.New(Misaki.HighPerformance.Mathematics.uint2)
name.vb: New(uint2)
- uid: Misaki.HighPerformance.Mathematics.bool2.#ctor(Misaki.HighPerformance.Mathematics.float2)
commentId: M:Misaki.HighPerformance.Mathematics.bool2.#ctor(Misaki.HighPerformance.Mathematics.float2)
id: '#ctor(Misaki.HighPerformance.Mathematics.float2)'
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: bool2(float2)
nameWithType: bool2.bool2(float2)
fullName: Misaki.HighPerformance.Mathematics.bool2.bool2(Misaki.HighPerformance.Mathematics.float2)
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\bool2.g.cs
startLine: 78
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool2(float2 v)
parameters:
- id: v
type: Misaki.HighPerformance.Mathematics.float2
content.vb: Public Sub New(v As float2)
overload: Misaki.HighPerformance.Mathematics.bool2.#ctor*
nameWithType.vb: bool2.New(float2)
fullName.vb: Misaki.HighPerformance.Mathematics.bool2.New(Misaki.HighPerformance.Mathematics.float2)
name.vb: New(float2)
- uid: Misaki.HighPerformance.Mathematics.bool2.#ctor(Misaki.HighPerformance.Mathematics.double2)
commentId: M:Misaki.HighPerformance.Mathematics.bool2.#ctor(Misaki.HighPerformance.Mathematics.double2)
id: '#ctor(Misaki.HighPerformance.Mathematics.double2)'
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: bool2(double2)
nameWithType: bool2.bool2(double2)
fullName: Misaki.HighPerformance.Mathematics.bool2.bool2(Misaki.HighPerformance.Mathematics.double2)
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\bool2.g.cs
startLine: 85
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public bool2(double2 v)
parameters:
- id: v
type: Misaki.HighPerformance.Mathematics.double2
content.vb: Public Sub New(v As double2)
overload: Misaki.HighPerformance.Mathematics.bool2.#ctor*
nameWithType.vb: bool2.New(double2)
fullName.vb: Misaki.HighPerformance.Mathematics.bool2.New(Misaki.HighPerformance.Mathematics.double2)
name.vb: New(double2)
- uid: Misaki.HighPerformance.Mathematics.bool2.ToString
commentId: M:Misaki.HighPerformance.Mathematics.bool2.ToString
id: ToString
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: ToString()
nameWithType: bool2.ToString()
fullName: Misaki.HighPerformance.Mathematics.bool2.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\bool2.g.cs
startLine: 96
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.bool2.ToString*
- uid: Misaki.HighPerformance.Mathematics.bool2.GetHashCode
commentId: M:Misaki.HighPerformance.Mathematics.bool2.GetHashCode
id: GetHashCode
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: GetHashCode()
nameWithType: bool2.GetHashCode()
fullName: Misaki.HighPerformance.Mathematics.bool2.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\bool2.g.cs
startLine: 102
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.bool2.GetHashCode*
- uid: Misaki.HighPerformance.Mathematics.bool2.Equals(System.Object)
commentId: M:Misaki.HighPerformance.Mathematics.bool2.Equals(System.Object)
id: Equals(System.Object)
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: Equals(object?)
nameWithType: bool2.Equals(object?)
fullName: Misaki.HighPerformance.Mathematics.bool2.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\bool2.g.cs
startLine: 108
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.bool2.Equals*
nameWithType.vb: bool2.Equals(Object)
fullName.vb: Misaki.HighPerformance.Mathematics.bool2.Equals(Object)
name.vb: Equals(Object)
- uid: Misaki.HighPerformance.Mathematics.bool2.Equals(Misaki.HighPerformance.Mathematics.bool2)
commentId: M:Misaki.HighPerformance.Mathematics.bool2.Equals(Misaki.HighPerformance.Mathematics.bool2)
id: Equals(Misaki.HighPerformance.Mathematics.bool2)
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: Equals(bool2)
nameWithType: bool2.Equals(bool2)
fullName: Misaki.HighPerformance.Mathematics.bool2.Equals(Misaki.HighPerformance.Mathematics.bool2)
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\bool2.g.cs
startLine: 114
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(bool2 other)
parameters:
- id: other
type: Misaki.HighPerformance.Mathematics.bool2
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 bool2) As Boolean
overload: Misaki.HighPerformance.Mathematics.bool2.Equals*
implements:
- System.IEquatable{Misaki.HighPerformance.Mathematics.bool2}.Equals(Misaki.HighPerformance.Mathematics.bool2)
- uid: Misaki.HighPerformance.Mathematics.bool2.op_Equality(Misaki.HighPerformance.Mathematics.bool2,Misaki.HighPerformance.Mathematics.bool2)
commentId: M:Misaki.HighPerformance.Mathematics.bool2.op_Equality(Misaki.HighPerformance.Mathematics.bool2,Misaki.HighPerformance.Mathematics.bool2)
id: op_Equality(Misaki.HighPerformance.Mathematics.bool2,Misaki.HighPerformance.Mathematics.bool2)
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: operator ==(bool2, bool2)
nameWithType: bool2.operator ==(bool2, bool2)
fullName: Misaki.HighPerformance.Mathematics.bool2.operator ==(Misaki.HighPerformance.Mathematics.bool2, Misaki.HighPerformance.Mathematics.bool2)
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\bool2.g.cs
startLine: 120
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public static bool2 operator ==(bool2 lhs, bool2 rhs)
parameters:
- id: lhs
type: Misaki.HighPerformance.Mathematics.bool2
- id: rhs
type: Misaki.HighPerformance.Mathematics.bool2
return:
type: Misaki.HighPerformance.Mathematics.bool2
content.vb: Public Shared Operator =(lhs As bool2, rhs As bool2) As bool2
overload: Misaki.HighPerformance.Mathematics.bool2.op_Equality*
nameWithType.vb: bool2.=(bool2, bool2)
fullName.vb: Misaki.HighPerformance.Mathematics.bool2.=(Misaki.HighPerformance.Mathematics.bool2, Misaki.HighPerformance.Mathematics.bool2)
name.vb: =(bool2, bool2)
- uid: Misaki.HighPerformance.Mathematics.bool2.op_Inequality(Misaki.HighPerformance.Mathematics.bool2,Misaki.HighPerformance.Mathematics.bool2)
commentId: M:Misaki.HighPerformance.Mathematics.bool2.op_Inequality(Misaki.HighPerformance.Mathematics.bool2,Misaki.HighPerformance.Mathematics.bool2)
id: op_Inequality(Misaki.HighPerformance.Mathematics.bool2,Misaki.HighPerformance.Mathematics.bool2)
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: operator !=(bool2, bool2)
nameWithType: bool2.operator !=(bool2, bool2)
fullName: Misaki.HighPerformance.Mathematics.bool2.operator !=(Misaki.HighPerformance.Mathematics.bool2, Misaki.HighPerformance.Mathematics.bool2)
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\bool2.g.cs
startLine: 126
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public static bool2 operator !=(bool2 lhs, bool2 rhs)
parameters:
- id: lhs
type: Misaki.HighPerformance.Mathematics.bool2
- id: rhs
type: Misaki.HighPerformance.Mathematics.bool2
return:
type: Misaki.HighPerformance.Mathematics.bool2
content.vb: Public Shared Operator <>(lhs As bool2, rhs As bool2) As bool2
overload: Misaki.HighPerformance.Mathematics.bool2.op_Inequality*
nameWithType.vb: bool2.<>(bool2, bool2)
fullName.vb: Misaki.HighPerformance.Mathematics.bool2.<>(Misaki.HighPerformance.Mathematics.bool2, Misaki.HighPerformance.Mathematics.bool2)
name.vb: <>(bool2, bool2)
- uid: Misaki.HighPerformance.Mathematics.bool2.op_Implicit(System.ReadOnlySpan{System.UInt32})~Misaki.HighPerformance.Mathematics.bool2
commentId: M:Misaki.HighPerformance.Mathematics.bool2.op_Implicit(System.ReadOnlySpan{System.UInt32})~Misaki.HighPerformance.Mathematics.bool2
id: op_Implicit(System.ReadOnlySpan{System.UInt32})~Misaki.HighPerformance.Mathematics.bool2
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: implicit operator bool2(ReadOnlySpan<uint>)
nameWithType: bool2.implicit operator bool2(ReadOnlySpan<uint>)
fullName: Misaki.HighPerformance.Mathematics.bool2.implicit operator Misaki.HighPerformance.Mathematics.bool2(System.ReadOnlySpan<uint>)
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\bool2.g.cs
startLine: 132
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public static implicit operator bool2(ReadOnlySpan<uint> value)
parameters:
- id: value
type: System.ReadOnlySpan{System.UInt32}
return:
type: Misaki.HighPerformance.Mathematics.bool2
content.vb: Public Shared Widening Operator CType(value As ReadOnlySpan(Of UInteger)) As bool2
overload: Misaki.HighPerformance.Mathematics.bool2.op_Implicit*
nameWithType.vb: bool2.CType(ReadOnlySpan(Of UInteger))
fullName.vb: Misaki.HighPerformance.Mathematics.bool2.CType(System.ReadOnlySpan(Of UInteger))
name.vb: CType(ReadOnlySpan(Of UInteger))
- uid: Misaki.HighPerformance.Mathematics.bool2.op_Implicit(System.UInt32)~Misaki.HighPerformance.Mathematics.bool2
commentId: M:Misaki.HighPerformance.Mathematics.bool2.op_Implicit(System.UInt32)~Misaki.HighPerformance.Mathematics.bool2
id: op_Implicit(System.UInt32)~Misaki.HighPerformance.Mathematics.bool2
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: implicit operator bool2(uint)
nameWithType: bool2.implicit operator bool2(uint)
fullName: Misaki.HighPerformance.Mathematics.bool2.implicit operator Misaki.HighPerformance.Mathematics.bool2(uint)
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\bool2.g.cs
startLine: 138
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public static implicit operator bool2(uint value)
parameters:
- id: value
type: System.UInt32
return:
type: Misaki.HighPerformance.Mathematics.bool2
content.vb: Public Shared Widening Operator CType(value As UInteger) As bool2
overload: Misaki.HighPerformance.Mathematics.bool2.op_Implicit*
nameWithType.vb: bool2.CType(UInteger)
fullName.vb: Misaki.HighPerformance.Mathematics.bool2.CType(UInteger)
name.vb: CType(UInteger)
- uid: Misaki.HighPerformance.Mathematics.bool2.op_Implicit(Misaki.HighPerformance.Mathematics.int2)~Misaki.HighPerformance.Mathematics.bool2
commentId: M:Misaki.HighPerformance.Mathematics.bool2.op_Implicit(Misaki.HighPerformance.Mathematics.int2)~Misaki.HighPerformance.Mathematics.bool2
id: op_Implicit(Misaki.HighPerformance.Mathematics.int2)~Misaki.HighPerformance.Mathematics.bool2
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: implicit operator bool2(int2)
nameWithType: bool2.implicit operator bool2(int2)
fullName: Misaki.HighPerformance.Mathematics.bool2.implicit operator Misaki.HighPerformance.Mathematics.bool2(Misaki.HighPerformance.Mathematics.int2)
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\bool2.g.cs
startLine: 148
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public static implicit operator bool2(int2 v)
parameters:
- id: v
type: Misaki.HighPerformance.Mathematics.int2
return:
type: Misaki.HighPerformance.Mathematics.bool2
content.vb: Public Shared Widening Operator CType(v As int2) As bool2
overload: Misaki.HighPerformance.Mathematics.bool2.op_Implicit*
nameWithType.vb: bool2.CType(int2)
fullName.vb: Misaki.HighPerformance.Mathematics.bool2.CType(Misaki.HighPerformance.Mathematics.int2)
name.vb: CType(int2)
- uid: Misaki.HighPerformance.Mathematics.bool2.op_Implicit(Misaki.HighPerformance.Mathematics.uint2)~Misaki.HighPerformance.Mathematics.bool2
commentId: M:Misaki.HighPerformance.Mathematics.bool2.op_Implicit(Misaki.HighPerformance.Mathematics.uint2)~Misaki.HighPerformance.Mathematics.bool2
id: op_Implicit(Misaki.HighPerformance.Mathematics.uint2)~Misaki.HighPerformance.Mathematics.bool2
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: implicit operator bool2(uint2)
nameWithType: bool2.implicit operator bool2(uint2)
fullName: Misaki.HighPerformance.Mathematics.bool2.implicit operator Misaki.HighPerformance.Mathematics.bool2(Misaki.HighPerformance.Mathematics.uint2)
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\bool2.g.cs
startLine: 150
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public static implicit operator bool2(uint2 v)
parameters:
- id: v
type: Misaki.HighPerformance.Mathematics.uint2
return:
type: Misaki.HighPerformance.Mathematics.bool2
content.vb: Public Shared Widening Operator CType(v As uint2) As bool2
overload: Misaki.HighPerformance.Mathematics.bool2.op_Implicit*
nameWithType.vb: bool2.CType(uint2)
fullName.vb: Misaki.HighPerformance.Mathematics.bool2.CType(Misaki.HighPerformance.Mathematics.uint2)
name.vb: CType(uint2)
- uid: Misaki.HighPerformance.Mathematics.bool2.op_Implicit(Misaki.HighPerformance.Mathematics.float2)~Misaki.HighPerformance.Mathematics.bool2
commentId: M:Misaki.HighPerformance.Mathematics.bool2.op_Implicit(Misaki.HighPerformance.Mathematics.float2)~Misaki.HighPerformance.Mathematics.bool2
id: op_Implicit(Misaki.HighPerformance.Mathematics.float2)~Misaki.HighPerformance.Mathematics.bool2
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: implicit operator bool2(float2)
nameWithType: bool2.implicit operator bool2(float2)
fullName: Misaki.HighPerformance.Mathematics.bool2.implicit operator Misaki.HighPerformance.Mathematics.bool2(Misaki.HighPerformance.Mathematics.float2)
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\bool2.g.cs
startLine: 152
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public static implicit operator bool2(float2 v)
parameters:
- id: v
type: Misaki.HighPerformance.Mathematics.float2
return:
type: Misaki.HighPerformance.Mathematics.bool2
content.vb: Public Shared Widening Operator CType(v As float2) As bool2
overload: Misaki.HighPerformance.Mathematics.bool2.op_Implicit*
nameWithType.vb: bool2.CType(float2)
fullName.vb: Misaki.HighPerformance.Mathematics.bool2.CType(Misaki.HighPerformance.Mathematics.float2)
name.vb: CType(float2)
- uid: Misaki.HighPerformance.Mathematics.bool2.op_Implicit(Misaki.HighPerformance.Mathematics.double2)~Misaki.HighPerformance.Mathematics.bool2
commentId: M:Misaki.HighPerformance.Mathematics.bool2.op_Implicit(Misaki.HighPerformance.Mathematics.double2)~Misaki.HighPerformance.Mathematics.bool2
id: op_Implicit(Misaki.HighPerformance.Mathematics.double2)~Misaki.HighPerformance.Mathematics.bool2
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: implicit operator bool2(double2)
nameWithType: bool2.implicit operator bool2(double2)
fullName: Misaki.HighPerformance.Mathematics.bool2.implicit operator Misaki.HighPerformance.Mathematics.bool2(Misaki.HighPerformance.Mathematics.double2)
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\bool2.g.cs
startLine: 154
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: public static implicit operator bool2(double2 v)
parameters:
- id: v
type: Misaki.HighPerformance.Mathematics.double2
return:
type: Misaki.HighPerformance.Mathematics.bool2
content.vb: Public Shared Widening Operator CType(v As double2) As bool2
overload: Misaki.HighPerformance.Mathematics.bool2.op_Implicit*
nameWithType.vb: bool2.CType(double2)
fullName.vb: Misaki.HighPerformance.Mathematics.bool2.CType(Misaki.HighPerformance.Mathematics.double2)
name.vb: CType(double2)
- uid: Misaki.HighPerformance.Mathematics.bool2.xx
commentId: P:Misaki.HighPerformance.Mathematics.bool2.xx
id: xx
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: xx
nameWithType: bool2.xx
fullName: Misaki.HighPerformance.Mathematics.bool2.xx
type: Property
source:
id: xx
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 160
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public readonly bool2 xx { get; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool2
content.vb: >-
<JsonIgnore>
Public ReadOnly Property xx As bool2
overload: Misaki.HighPerformance.Mathematics.bool2.xx*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.xy
commentId: P:Misaki.HighPerformance.Mathematics.bool2.xy
id: xy
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: xy
nameWithType: bool2.xy
fullName: Misaki.HighPerformance.Mathematics.bool2.xy
type: Property
source:
id: xy
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 167
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public bool2 xy { get; set; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool2
content.vb: >-
<JsonIgnore>
Public Property xy As bool2
overload: Misaki.HighPerformance.Mathematics.bool2.xy*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.yx
commentId: P:Misaki.HighPerformance.Mathematics.bool2.yx
id: yx
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: yx
nameWithType: bool2.yx
fullName: Misaki.HighPerformance.Mathematics.bool2.yx
type: Property
source:
id: yx
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 176
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public bool2 yx { get; set; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool2
content.vb: >-
<JsonIgnore>
Public Property yx As bool2
overload: Misaki.HighPerformance.Mathematics.bool2.yx*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.yy
commentId: P:Misaki.HighPerformance.Mathematics.bool2.yy
id: yy
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: yy
nameWithType: bool2.yy
fullName: Misaki.HighPerformance.Mathematics.bool2.yy
type: Property
source:
id: yy
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 185
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public readonly bool2 yy { get; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool2
content.vb: >-
<JsonIgnore>
Public ReadOnly Property yy As bool2
overload: Misaki.HighPerformance.Mathematics.bool2.yy*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.xxx
commentId: P:Misaki.HighPerformance.Mathematics.bool2.xxx
id: xxx
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: xxx
nameWithType: bool2.xxx
fullName: Misaki.HighPerformance.Mathematics.bool2.xxx
type: Property
source:
id: xxx
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 192
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public readonly bool3 xxx { get; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool3
content.vb: >-
<JsonIgnore>
Public ReadOnly Property xxx As bool3
overload: Misaki.HighPerformance.Mathematics.bool2.xxx*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.xxy
commentId: P:Misaki.HighPerformance.Mathematics.bool2.xxy
id: xxy
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: xxy
nameWithType: bool2.xxy
fullName: Misaki.HighPerformance.Mathematics.bool2.xxy
type: Property
source:
id: xxy
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 199
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public readonly bool3 xxy { get; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool3
content.vb: >-
<JsonIgnore>
Public ReadOnly Property xxy As bool3
overload: Misaki.HighPerformance.Mathematics.bool2.xxy*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.xyx
commentId: P:Misaki.HighPerformance.Mathematics.bool2.xyx
id: xyx
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: xyx
nameWithType: bool2.xyx
fullName: Misaki.HighPerformance.Mathematics.bool2.xyx
type: Property
source:
id: xyx
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 206
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public readonly bool3 xyx { get; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool3
content.vb: >-
<JsonIgnore>
Public ReadOnly Property xyx As bool3
overload: Misaki.HighPerformance.Mathematics.bool2.xyx*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.xyy
commentId: P:Misaki.HighPerformance.Mathematics.bool2.xyy
id: xyy
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: xyy
nameWithType: bool2.xyy
fullName: Misaki.HighPerformance.Mathematics.bool2.xyy
type: Property
source:
id: xyy
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 213
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public readonly bool3 xyy { get; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool3
content.vb: >-
<JsonIgnore>
Public ReadOnly Property xyy As bool3
overload: Misaki.HighPerformance.Mathematics.bool2.xyy*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.yxx
commentId: P:Misaki.HighPerformance.Mathematics.bool2.yxx
id: yxx
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: yxx
nameWithType: bool2.yxx
fullName: Misaki.HighPerformance.Mathematics.bool2.yxx
type: Property
source:
id: yxx
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 220
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public readonly bool3 yxx { get; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool3
content.vb: >-
<JsonIgnore>
Public ReadOnly Property yxx As bool3
overload: Misaki.HighPerformance.Mathematics.bool2.yxx*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.yxy
commentId: P:Misaki.HighPerformance.Mathematics.bool2.yxy
id: yxy
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: yxy
nameWithType: bool2.yxy
fullName: Misaki.HighPerformance.Mathematics.bool2.yxy
type: Property
source:
id: yxy
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 227
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public readonly bool3 yxy { get; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool3
content.vb: >-
<JsonIgnore>
Public ReadOnly Property yxy As bool3
overload: Misaki.HighPerformance.Mathematics.bool2.yxy*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.yyx
commentId: P:Misaki.HighPerformance.Mathematics.bool2.yyx
id: yyx
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: yyx
nameWithType: bool2.yyx
fullName: Misaki.HighPerformance.Mathematics.bool2.yyx
type: Property
source:
id: yyx
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 234
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public readonly bool3 yyx { get; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool3
content.vb: >-
<JsonIgnore>
Public ReadOnly Property yyx As bool3
overload: Misaki.HighPerformance.Mathematics.bool2.yyx*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.yyy
commentId: P:Misaki.HighPerformance.Mathematics.bool2.yyy
id: yyy
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: yyy
nameWithType: bool2.yyy
fullName: Misaki.HighPerformance.Mathematics.bool2.yyy
type: Property
source:
id: yyy
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 241
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public readonly bool3 yyy { get; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool3
content.vb: >-
<JsonIgnore>
Public ReadOnly Property yyy As bool3
overload: Misaki.HighPerformance.Mathematics.bool2.yyy*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.xxxx
commentId: P:Misaki.HighPerformance.Mathematics.bool2.xxxx
id: xxxx
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: xxxx
nameWithType: bool2.xxxx
fullName: Misaki.HighPerformance.Mathematics.bool2.xxxx
type: Property
source:
id: xxxx
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 248
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public readonly bool4 xxxx { get; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool4
content.vb: >-
<JsonIgnore>
Public ReadOnly Property xxxx As bool4
overload: Misaki.HighPerformance.Mathematics.bool2.xxxx*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.xxxy
commentId: P:Misaki.HighPerformance.Mathematics.bool2.xxxy
id: xxxy
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: xxxy
nameWithType: bool2.xxxy
fullName: Misaki.HighPerformance.Mathematics.bool2.xxxy
type: Property
source:
id: xxxy
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 255
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public readonly bool4 xxxy { get; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool4
content.vb: >-
<JsonIgnore>
Public ReadOnly Property xxxy As bool4
overload: Misaki.HighPerformance.Mathematics.bool2.xxxy*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.xxyx
commentId: P:Misaki.HighPerformance.Mathematics.bool2.xxyx
id: xxyx
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: xxyx
nameWithType: bool2.xxyx
fullName: Misaki.HighPerformance.Mathematics.bool2.xxyx
type: Property
source:
id: xxyx
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 262
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public readonly bool4 xxyx { get; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool4
content.vb: >-
<JsonIgnore>
Public ReadOnly Property xxyx As bool4
overload: Misaki.HighPerformance.Mathematics.bool2.xxyx*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.xxyy
commentId: P:Misaki.HighPerformance.Mathematics.bool2.xxyy
id: xxyy
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: xxyy
nameWithType: bool2.xxyy
fullName: Misaki.HighPerformance.Mathematics.bool2.xxyy
type: Property
source:
id: xxyy
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 269
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public readonly bool4 xxyy { get; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool4
content.vb: >-
<JsonIgnore>
Public ReadOnly Property xxyy As bool4
overload: Misaki.HighPerformance.Mathematics.bool2.xxyy*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.xyxx
commentId: P:Misaki.HighPerformance.Mathematics.bool2.xyxx
id: xyxx
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: xyxx
nameWithType: bool2.xyxx
fullName: Misaki.HighPerformance.Mathematics.bool2.xyxx
type: Property
source:
id: xyxx
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 276
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public readonly bool4 xyxx { get; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool4
content.vb: >-
<JsonIgnore>
Public ReadOnly Property xyxx As bool4
overload: Misaki.HighPerformance.Mathematics.bool2.xyxx*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.xyxy
commentId: P:Misaki.HighPerformance.Mathematics.bool2.xyxy
id: xyxy
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: xyxy
nameWithType: bool2.xyxy
fullName: Misaki.HighPerformance.Mathematics.bool2.xyxy
type: Property
source:
id: xyxy
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 283
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public readonly bool4 xyxy { get; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool4
content.vb: >-
<JsonIgnore>
Public ReadOnly Property xyxy As bool4
overload: Misaki.HighPerformance.Mathematics.bool2.xyxy*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.xyyx
commentId: P:Misaki.HighPerformance.Mathematics.bool2.xyyx
id: xyyx
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: xyyx
nameWithType: bool2.xyyx
fullName: Misaki.HighPerformance.Mathematics.bool2.xyyx
type: Property
source:
id: xyyx
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 290
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public readonly bool4 xyyx { get; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool4
content.vb: >-
<JsonIgnore>
Public ReadOnly Property xyyx As bool4
overload: Misaki.HighPerformance.Mathematics.bool2.xyyx*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.xyyy
commentId: P:Misaki.HighPerformance.Mathematics.bool2.xyyy
id: xyyy
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: xyyy
nameWithType: bool2.xyyy
fullName: Misaki.HighPerformance.Mathematics.bool2.xyyy
type: Property
source:
id: xyyy
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 297
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public readonly bool4 xyyy { get; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool4
content.vb: >-
<JsonIgnore>
Public ReadOnly Property xyyy As bool4
overload: Misaki.HighPerformance.Mathematics.bool2.xyyy*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.yxxx
commentId: P:Misaki.HighPerformance.Mathematics.bool2.yxxx
id: yxxx
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: yxxx
nameWithType: bool2.yxxx
fullName: Misaki.HighPerformance.Mathematics.bool2.yxxx
type: Property
source:
id: yxxx
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 304
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public readonly bool4 yxxx { get; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool4
content.vb: >-
<JsonIgnore>
Public ReadOnly Property yxxx As bool4
overload: Misaki.HighPerformance.Mathematics.bool2.yxxx*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.yxxy
commentId: P:Misaki.HighPerformance.Mathematics.bool2.yxxy
id: yxxy
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: yxxy
nameWithType: bool2.yxxy
fullName: Misaki.HighPerformance.Mathematics.bool2.yxxy
type: Property
source:
id: yxxy
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 311
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public readonly bool4 yxxy { get; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool4
content.vb: >-
<JsonIgnore>
Public ReadOnly Property yxxy As bool4
overload: Misaki.HighPerformance.Mathematics.bool2.yxxy*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.yxyx
commentId: P:Misaki.HighPerformance.Mathematics.bool2.yxyx
id: yxyx
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: yxyx
nameWithType: bool2.yxyx
fullName: Misaki.HighPerformance.Mathematics.bool2.yxyx
type: Property
source:
id: yxyx
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 318
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public readonly bool4 yxyx { get; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool4
content.vb: >-
<JsonIgnore>
Public ReadOnly Property yxyx As bool4
overload: Misaki.HighPerformance.Mathematics.bool2.yxyx*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.yxyy
commentId: P:Misaki.HighPerformance.Mathematics.bool2.yxyy
id: yxyy
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: yxyy
nameWithType: bool2.yxyy
fullName: Misaki.HighPerformance.Mathematics.bool2.yxyy
type: Property
source:
id: yxyy
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 325
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public readonly bool4 yxyy { get; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool4
content.vb: >-
<JsonIgnore>
Public ReadOnly Property yxyy As bool4
overload: Misaki.HighPerformance.Mathematics.bool2.yxyy*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.yyxx
commentId: P:Misaki.HighPerformance.Mathematics.bool2.yyxx
id: yyxx
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: yyxx
nameWithType: bool2.yyxx
fullName: Misaki.HighPerformance.Mathematics.bool2.yyxx
type: Property
source:
id: yyxx
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 332
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public readonly bool4 yyxx { get; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool4
content.vb: >-
<JsonIgnore>
Public ReadOnly Property yyxx As bool4
overload: Misaki.HighPerformance.Mathematics.bool2.yyxx*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.yyxy
commentId: P:Misaki.HighPerformance.Mathematics.bool2.yyxy
id: yyxy
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: yyxy
nameWithType: bool2.yyxy
fullName: Misaki.HighPerformance.Mathematics.bool2.yyxy
type: Property
source:
id: yyxy
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 339
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public readonly bool4 yyxy { get; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool4
content.vb: >-
<JsonIgnore>
Public ReadOnly Property yyxy As bool4
overload: Misaki.HighPerformance.Mathematics.bool2.yyxy*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.yyyx
commentId: P:Misaki.HighPerformance.Mathematics.bool2.yyyx
id: yyyx
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: yyyx
nameWithType: bool2.yyyx
fullName: Misaki.HighPerformance.Mathematics.bool2.yyyx
type: Property
source:
id: yyyx
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 346
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public readonly bool4 yyyx { get; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool4
content.vb: >-
<JsonIgnore>
Public ReadOnly Property yyyx As bool4
overload: Misaki.HighPerformance.Mathematics.bool2.yyyx*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
- uid: Misaki.HighPerformance.Mathematics.bool2.yyyy
commentId: P:Misaki.HighPerformance.Mathematics.bool2.yyyy
id: yyyy
parent: Misaki.HighPerformance.Mathematics.bool2
langs:
- csharp
- vb
name: yyyy
nameWithType: bool2.yyyy
fullName: Misaki.HighPerformance.Mathematics.bool2.yyyy
type: Property
source:
id: yyyy
path: F:\csharp\Class\Misaki.HighPerformance\src\Misaki.HighPerformance.Mathematics\obj\Release\net10.0\Misaki.HighPerformance.Mathematics.CodeGen\Misaki.HighPerformance.Mathematics.CodeGen.NumericTypeGenerator\bool2.g.cs
startLine: 353
assemblies:
- Misaki.HighPerformance.Mathematics
namespace: Misaki.HighPerformance.Mathematics
syntax:
content: >-
[JsonIgnore]
public readonly bool4 yyyy { get; }
parameters: []
return:
type: Misaki.HighPerformance.Mathematics.bool4
content.vb: >-
<JsonIgnore>
Public ReadOnly Property yyyy As bool4
overload: Misaki.HighPerformance.Mathematics.bool2.yyyy*
attributes:
- type: System.Text.Json.Serialization.JsonIgnoreAttribute
ctor: System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor
arguments: []
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.bool2}
commentId: T:System.IEquatable{Misaki.HighPerformance.Mathematics.bool2}
parent: System
definition: System.IEquatable`1
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
name: IEquatable<bool2>
nameWithType: IEquatable<bool2>
fullName: System.IEquatable<Misaki.HighPerformance.Mathematics.bool2>
nameWithType.vb: IEquatable(Of bool2)
fullName.vb: System.IEquatable(Of Misaki.HighPerformance.Mathematics.bool2)
name.vb: IEquatable(Of bool2)
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.bool2
name: bool2
href: Misaki.HighPerformance.Mathematics.bool2.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.bool2
name: bool2
href: Misaki.HighPerformance.Mathematics.bool2.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.bool2.#ctor*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.#ctor
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2__ctor_System_Boolean_
name: bool2
nameWithType: bool2.bool2
fullName: Misaki.HighPerformance.Mathematics.bool2.bool2
nameWithType.vb: bool2.New
fullName.vb: Misaki.HighPerformance.Mathematics.bool2.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: 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: Misaki.HighPerformance.Mathematics.bool2.Item*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.Item
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_Item_System_Int32_
name: this
nameWithType: bool2.this
fullName: Misaki.HighPerformance.Mathematics.bool2.this
nameWithType.vb: bool2.this[]
fullName.vb: Misaki.HighPerformance.Mathematics.bool2.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{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.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: Misaki.HighPerformance.Mathematics.bool2
commentId: T:Misaki.HighPerformance.Mathematics.bool2
parent: Misaki.HighPerformance.Mathematics
href: Misaki.HighPerformance.Mathematics.bool2.html
name: bool2
nameWithType: bool2
fullName: Misaki.HighPerformance.Mathematics.bool2
- uid: Misaki.HighPerformance.Mathematics.int2
commentId: T:Misaki.HighPerformance.Mathematics.int2
parent: Misaki.HighPerformance.Mathematics
href: Misaki.HighPerformance.Mathematics.int2.html
name: int2
nameWithType: int2
fullName: Misaki.HighPerformance.Mathematics.int2
- uid: Misaki.HighPerformance.Mathematics.uint2
commentId: T:Misaki.HighPerformance.Mathematics.uint2
parent: Misaki.HighPerformance.Mathematics
href: Misaki.HighPerformance.Mathematics.uint2.html
name: uint2
nameWithType: uint2
fullName: Misaki.HighPerformance.Mathematics.uint2
- uid: Misaki.HighPerformance.Mathematics.float2
commentId: T:Misaki.HighPerformance.Mathematics.float2
parent: Misaki.HighPerformance.Mathematics
href: Misaki.HighPerformance.Mathematics.float2.html
name: float2
nameWithType: float2
fullName: Misaki.HighPerformance.Mathematics.float2
- uid: Misaki.HighPerformance.Mathematics.double2
commentId: T:Misaki.HighPerformance.Mathematics.double2
parent: Misaki.HighPerformance.Mathematics
href: Misaki.HighPerformance.Mathematics.double2.html
name: double2
nameWithType: double2
fullName: Misaki.HighPerformance.Mathematics.double2
- 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.bool2.ToString*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.ToString
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_ToString
name: ToString
nameWithType: bool2.ToString
fullName: Misaki.HighPerformance.Mathematics.bool2.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.bool2.GetHashCode*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.GetHashCode
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_GetHashCode
name: GetHashCode
nameWithType: bool2.GetHashCode
fullName: Misaki.HighPerformance.Mathematics.bool2.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.bool2.Equals*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.Equals
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_Equals_System_Object_
name: Equals
nameWithType: bool2.Equals
fullName: Misaki.HighPerformance.Mathematics.bool2.Equals
- uid: System.IEquatable{Misaki.HighPerformance.Mathematics.bool2}.Equals(Misaki.HighPerformance.Mathematics.bool2)
commentId: M:System.IEquatable{Misaki.HighPerformance.Mathematics.bool2}.Equals(Misaki.HighPerformance.Mathematics.bool2)
parent: System.IEquatable{Misaki.HighPerformance.Mathematics.bool2}
definition: System.IEquatable`1.Equals(`0)
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
name: Equals(bool2)
nameWithType: IEquatable<bool2>.Equals(bool2)
fullName: System.IEquatable<Misaki.HighPerformance.Mathematics.bool2>.Equals(Misaki.HighPerformance.Mathematics.bool2)
nameWithType.vb: IEquatable(Of bool2).Equals(bool2)
fullName.vb: System.IEquatable(Of Misaki.HighPerformance.Mathematics.bool2).Equals(Misaki.HighPerformance.Mathematics.bool2)
spec.csharp:
- uid: System.IEquatable{Misaki.HighPerformance.Mathematics.bool2}.Equals(Misaki.HighPerformance.Mathematics.bool2)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
- name: (
- uid: Misaki.HighPerformance.Mathematics.bool2
name: bool2
href: Misaki.HighPerformance.Mathematics.bool2.html
- name: )
spec.vb:
- uid: System.IEquatable{Misaki.HighPerformance.Mathematics.bool2}.Equals(Misaki.HighPerformance.Mathematics.bool2)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
- name: (
- uid: Misaki.HighPerformance.Mathematics.bool2
name: bool2
href: Misaki.HighPerformance.Mathematics.bool2.html
- name: )
- 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.bool2.op_Equality*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.op_Equality
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_op_Equality_Misaki_HighPerformance_Mathematics_bool2_Misaki_HighPerformance_Mathematics_bool2_
name: operator ==
nameWithType: bool2.operator ==
fullName: Misaki.HighPerformance.Mathematics.bool2.operator ==
nameWithType.vb: bool2.=
fullName.vb: Misaki.HighPerformance.Mathematics.bool2.=
name.vb: =
spec.csharp:
- name: operator
- name: " "
- uid: Misaki.HighPerformance.Mathematics.bool2.op_Equality*
name: ==
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_op_Equality_Misaki_HighPerformance_Mathematics_bool2_Misaki_HighPerformance_Mathematics_bool2_
- uid: Misaki.HighPerformance.Mathematics.bool2.op_Inequality*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.op_Inequality
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_op_Inequality_Misaki_HighPerformance_Mathematics_bool2_Misaki_HighPerformance_Mathematics_bool2_
name: operator !=
nameWithType: bool2.operator !=
fullName: Misaki.HighPerformance.Mathematics.bool2.operator !=
nameWithType.vb: bool2.<>
fullName.vb: Misaki.HighPerformance.Mathematics.bool2.<>
name.vb: <>
spec.csharp:
- name: operator
- name: " "
- uid: Misaki.HighPerformance.Mathematics.bool2.op_Inequality*
name: '!='
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_op_Inequality_Misaki_HighPerformance_Mathematics_bool2_Misaki_HighPerformance_Mathematics_bool2_
- uid: Misaki.HighPerformance.Mathematics.bool2.op_Implicit*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.op_Implicit
name: implicit operator
nameWithType: bool2.implicit operator
fullName: Misaki.HighPerformance.Mathematics.bool2.implicit operator
nameWithType.vb: bool2.CType
fullName.vb: Misaki.HighPerformance.Mathematics.bool2.CType
name.vb: CType
spec.csharp:
- name: implicit
- name: " "
- name: operator
- uid: Misaki.HighPerformance.Mathematics.bool2.xx*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.xx
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_xx
name: xx
nameWithType: bool2.xx
fullName: Misaki.HighPerformance.Mathematics.bool2.xx
- uid: Misaki.HighPerformance.Mathematics.bool2.xy*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.xy
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_xy
name: xy
nameWithType: bool2.xy
fullName: Misaki.HighPerformance.Mathematics.bool2.xy
- uid: Misaki.HighPerformance.Mathematics.bool2.yx*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.yx
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_yx
name: yx
nameWithType: bool2.yx
fullName: Misaki.HighPerformance.Mathematics.bool2.yx
- uid: Misaki.HighPerformance.Mathematics.bool2.yy*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.yy
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_yy
name: yy
nameWithType: bool2.yy
fullName: Misaki.HighPerformance.Mathematics.bool2.yy
- uid: Misaki.HighPerformance.Mathematics.bool2.xxx*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.xxx
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_xxx
name: xxx
nameWithType: bool2.xxx
fullName: Misaki.HighPerformance.Mathematics.bool2.xxx
- 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.bool2.xxy*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.xxy
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_xxy
name: xxy
nameWithType: bool2.xxy
fullName: Misaki.HighPerformance.Mathematics.bool2.xxy
- uid: Misaki.HighPerformance.Mathematics.bool2.xyx*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.xyx
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_xyx
name: xyx
nameWithType: bool2.xyx
fullName: Misaki.HighPerformance.Mathematics.bool2.xyx
- uid: Misaki.HighPerformance.Mathematics.bool2.xyy*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.xyy
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_xyy
name: xyy
nameWithType: bool2.xyy
fullName: Misaki.HighPerformance.Mathematics.bool2.xyy
- uid: Misaki.HighPerformance.Mathematics.bool2.yxx*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.yxx
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_yxx
name: yxx
nameWithType: bool2.yxx
fullName: Misaki.HighPerformance.Mathematics.bool2.yxx
- uid: Misaki.HighPerformance.Mathematics.bool2.yxy*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.yxy
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_yxy
name: yxy
nameWithType: bool2.yxy
fullName: Misaki.HighPerformance.Mathematics.bool2.yxy
- uid: Misaki.HighPerformance.Mathematics.bool2.yyx*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.yyx
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_yyx
name: yyx
nameWithType: bool2.yyx
fullName: Misaki.HighPerformance.Mathematics.bool2.yyx
- uid: Misaki.HighPerformance.Mathematics.bool2.yyy*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.yyy
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_yyy
name: yyy
nameWithType: bool2.yyy
fullName: Misaki.HighPerformance.Mathematics.bool2.yyy
- uid: Misaki.HighPerformance.Mathematics.bool2.xxxx*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.xxxx
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_xxxx
name: xxxx
nameWithType: bool2.xxxx
fullName: Misaki.HighPerformance.Mathematics.bool2.xxxx
- 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.bool2.xxxy*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.xxxy
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_xxxy
name: xxxy
nameWithType: bool2.xxxy
fullName: Misaki.HighPerformance.Mathematics.bool2.xxxy
- uid: Misaki.HighPerformance.Mathematics.bool2.xxyx*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.xxyx
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_xxyx
name: xxyx
nameWithType: bool2.xxyx
fullName: Misaki.HighPerformance.Mathematics.bool2.xxyx
- uid: Misaki.HighPerformance.Mathematics.bool2.xxyy*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.xxyy
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_xxyy
name: xxyy
nameWithType: bool2.xxyy
fullName: Misaki.HighPerformance.Mathematics.bool2.xxyy
- uid: Misaki.HighPerformance.Mathematics.bool2.xyxx*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.xyxx
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_xyxx
name: xyxx
nameWithType: bool2.xyxx
fullName: Misaki.HighPerformance.Mathematics.bool2.xyxx
- uid: Misaki.HighPerformance.Mathematics.bool2.xyxy*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.xyxy
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_xyxy
name: xyxy
nameWithType: bool2.xyxy
fullName: Misaki.HighPerformance.Mathematics.bool2.xyxy
- uid: Misaki.HighPerformance.Mathematics.bool2.xyyx*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.xyyx
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_xyyx
name: xyyx
nameWithType: bool2.xyyx
fullName: Misaki.HighPerformance.Mathematics.bool2.xyyx
- uid: Misaki.HighPerformance.Mathematics.bool2.xyyy*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.xyyy
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_xyyy
name: xyyy
nameWithType: bool2.xyyy
fullName: Misaki.HighPerformance.Mathematics.bool2.xyyy
- uid: Misaki.HighPerformance.Mathematics.bool2.yxxx*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.yxxx
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_yxxx
name: yxxx
nameWithType: bool2.yxxx
fullName: Misaki.HighPerformance.Mathematics.bool2.yxxx
- uid: Misaki.HighPerformance.Mathematics.bool2.yxxy*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.yxxy
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_yxxy
name: yxxy
nameWithType: bool2.yxxy
fullName: Misaki.HighPerformance.Mathematics.bool2.yxxy
- uid: Misaki.HighPerformance.Mathematics.bool2.yxyx*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.yxyx
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_yxyx
name: yxyx
nameWithType: bool2.yxyx
fullName: Misaki.HighPerformance.Mathematics.bool2.yxyx
- uid: Misaki.HighPerformance.Mathematics.bool2.yxyy*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.yxyy
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_yxyy
name: yxyy
nameWithType: bool2.yxyy
fullName: Misaki.HighPerformance.Mathematics.bool2.yxyy
- uid: Misaki.HighPerformance.Mathematics.bool2.yyxx*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.yyxx
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_yyxx
name: yyxx
nameWithType: bool2.yyxx
fullName: Misaki.HighPerformance.Mathematics.bool2.yyxx
- uid: Misaki.HighPerformance.Mathematics.bool2.yyxy*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.yyxy
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_yyxy
name: yyxy
nameWithType: bool2.yyxy
fullName: Misaki.HighPerformance.Mathematics.bool2.yyxy
- uid: Misaki.HighPerformance.Mathematics.bool2.yyyx*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.yyyx
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_yyyx
name: yyyx
nameWithType: bool2.yyyx
fullName: Misaki.HighPerformance.Mathematics.bool2.yyyx
- uid: Misaki.HighPerformance.Mathematics.bool2.yyyy*
commentId: Overload:Misaki.HighPerformance.Mathematics.bool2.yyyy
href: Misaki.HighPerformance.Mathematics.bool2.html#Misaki_HighPerformance_Mathematics_bool2_yyyy
name: yyyy
nameWithType: bool2.yyyy
fullName: Misaki.HighPerformance.Mathematics.bool2.yyyy