Files
Misaki.HighPerformance/docs/documents/api/Misaki.HighPerformance.Jobs.JobRanges.yml

458 lines
14 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Misaki.HighPerformance.Jobs.JobRanges
commentId: T:Misaki.HighPerformance.Jobs.JobRanges
id: JobRanges
parent: Misaki.HighPerformance.Jobs
children:
- Misaki.HighPerformance.Jobs.JobRanges.Single
- Misaki.HighPerformance.Jobs.JobRanges.TotalBatches
- Misaki.HighPerformance.Jobs.JobRanges.batchSize
- Misaki.HighPerformance.Jobs.JobRanges.currentIndex
- Misaki.HighPerformance.Jobs.JobRanges.totalIteration
langs:
- csharp
- vb
name: JobRanges
nameWithType: JobRanges
fullName: Misaki.HighPerformance.Jobs.JobRanges
type: Struct
source:
remote:
path: src/Misaki.HighPerformance.Jobs/JobInfo.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: JobRanges
path: src/Misaki.HighPerformance.Jobs/JobInfo.cs
startLine: 51
assemblies:
- Misaki.HighPerformance.Jobs
namespace: Misaki.HighPerformance.Jobs
syntax:
content: public struct JobRanges
content.vb: Public Structure JobRanges
inheritedMembers:
- System.ValueType.Equals(System.Object)
- System.ValueType.GetHashCode
- System.ValueType.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetType
- System.Object.ReferenceEquals(System.Object,System.Object)
- uid: Misaki.HighPerformance.Jobs.JobRanges.batchSize
commentId: F:Misaki.HighPerformance.Jobs.JobRanges.batchSize
id: batchSize
parent: Misaki.HighPerformance.Jobs.JobRanges
langs:
- csharp
- vb
name: batchSize
nameWithType: JobRanges.batchSize
fullName: Misaki.HighPerformance.Jobs.JobRanges.batchSize
type: Field
source:
remote:
path: src/Misaki.HighPerformance.Jobs/JobInfo.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: batchSize
path: src/Misaki.HighPerformance.Jobs/JobInfo.cs
startLine: 53
assemblies:
- Misaki.HighPerformance.Jobs
namespace: Misaki.HighPerformance.Jobs
syntax:
content: public int batchSize
return:
type: System.Int32
content.vb: Public batchSize As Integer
- uid: Misaki.HighPerformance.Jobs.JobRanges.totalIteration
commentId: F:Misaki.HighPerformance.Jobs.JobRanges.totalIteration
id: totalIteration
parent: Misaki.HighPerformance.Jobs.JobRanges
langs:
- csharp
- vb
name: totalIteration
nameWithType: JobRanges.totalIteration
fullName: Misaki.HighPerformance.Jobs.JobRanges.totalIteration
type: Field
source:
remote:
path: src/Misaki.HighPerformance.Jobs/JobInfo.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: totalIteration
path: src/Misaki.HighPerformance.Jobs/JobInfo.cs
startLine: 54
assemblies:
- Misaki.HighPerformance.Jobs
namespace: Misaki.HighPerformance.Jobs
syntax:
content: public int totalIteration
return:
type: System.Int32
content.vb: Public totalIteration As Integer
- uid: Misaki.HighPerformance.Jobs.JobRanges.currentIndex
commentId: F:Misaki.HighPerformance.Jobs.JobRanges.currentIndex
id: currentIndex
parent: Misaki.HighPerformance.Jobs.JobRanges
langs:
- csharp
- vb
name: currentIndex
nameWithType: JobRanges.currentIndex
fullName: Misaki.HighPerformance.Jobs.JobRanges.currentIndex
type: Field
source:
remote:
path: src/Misaki.HighPerformance.Jobs/JobInfo.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: currentIndex
path: src/Misaki.HighPerformance.Jobs/JobInfo.cs
startLine: 55
assemblies:
- Misaki.HighPerformance.Jobs
namespace: Misaki.HighPerformance.Jobs
syntax:
content: public int currentIndex
return:
type: System.Int32
content.vb: Public currentIndex As Integer
- uid: Misaki.HighPerformance.Jobs.JobRanges.Single
commentId: P:Misaki.HighPerformance.Jobs.JobRanges.Single
id: Single
parent: Misaki.HighPerformance.Jobs.JobRanges
langs:
- csharp
- vb
name: Single
nameWithType: JobRanges.Single
fullName: Misaki.HighPerformance.Jobs.JobRanges.Single
type: Property
source:
remote:
path: src/Misaki.HighPerformance.Jobs/JobInfo.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: Single
path: src/Misaki.HighPerformance.Jobs/JobInfo.cs
startLine: 57
assemblies:
- Misaki.HighPerformance.Jobs
namespace: Misaki.HighPerformance.Jobs
syntax:
content: public static JobRanges Single { get; }
parameters: []
return:
type: Misaki.HighPerformance.Jobs.JobRanges
content.vb: Public Shared ReadOnly Property [Single] As JobRanges
overload: Misaki.HighPerformance.Jobs.JobRanges.Single*
- uid: Misaki.HighPerformance.Jobs.JobRanges.TotalBatches
commentId: P:Misaki.HighPerformance.Jobs.JobRanges.TotalBatches
id: TotalBatches
parent: Misaki.HighPerformance.Jobs.JobRanges
langs:
- csharp
- vb
name: TotalBatches
nameWithType: JobRanges.TotalBatches
fullName: Misaki.HighPerformance.Jobs.JobRanges.TotalBatches
type: Property
source:
remote:
path: src/Misaki.HighPerformance.Jobs/JobInfo.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: TotalBatches
path: src/Misaki.HighPerformance.Jobs/JobInfo.cs
startLine: 64
assemblies:
- Misaki.HighPerformance.Jobs
namespace: Misaki.HighPerformance.Jobs
syntax:
content: public readonly int TotalBatches { get; }
parameters: []
return:
type: System.Int32
content.vb: Public ReadOnly Property TotalBatches As Integer
overload: Misaki.HighPerformance.Jobs.JobRanges.TotalBatches*
references:
- uid: Misaki.HighPerformance.Jobs
commentId: N:Misaki.HighPerformance.Jobs
href: Misaki.html
name: Misaki.HighPerformance.Jobs
nameWithType: Misaki.HighPerformance.Jobs
fullName: Misaki.HighPerformance.Jobs
spec.csharp:
- uid: Misaki
name: Misaki
href: Misaki.html
- name: .
- uid: Misaki.HighPerformance
name: HighPerformance
href: Misaki.HighPerformance.html
- name: .
- uid: Misaki.HighPerformance.Jobs
name: Jobs
href: Misaki.HighPerformance.Jobs.html
spec.vb:
- uid: Misaki
name: Misaki
href: Misaki.html
- name: .
- uid: Misaki.HighPerformance
name: HighPerformance
href: Misaki.HighPerformance.html
- name: .
- uid: Misaki.HighPerformance.Jobs
name: Jobs
href: Misaki.HighPerformance.Jobs.html
- 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: 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: 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: 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.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.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: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- 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: Misaki.HighPerformance.Jobs.JobRanges.Single*
commentId: Overload:Misaki.HighPerformance.Jobs.JobRanges.Single
href: Misaki.HighPerformance.Jobs.JobRanges.html#Misaki_HighPerformance_Jobs_JobRanges_Single
name: Single
nameWithType: JobRanges.Single
fullName: Misaki.HighPerformance.Jobs.JobRanges.Single
- uid: Misaki.HighPerformance.Jobs.JobRanges
commentId: T:Misaki.HighPerformance.Jobs.JobRanges
parent: Misaki.HighPerformance.Jobs
href: Misaki.HighPerformance.Jobs.JobRanges.html
name: JobRanges
nameWithType: JobRanges
fullName: Misaki.HighPerformance.Jobs.JobRanges
- uid: Misaki.HighPerformance.Jobs.JobRanges.TotalBatches*
commentId: Overload:Misaki.HighPerformance.Jobs.JobRanges.TotalBatches
href: Misaki.HighPerformance.Jobs.JobRanges.html#Misaki_HighPerformance_Jobs_JobRanges_TotalBatches
name: TotalBatches
nameWithType: JobRanges.TotalBatches
fullName: Misaki.HighPerformance.Jobs.JobRanges.TotalBatches