Click or drag to resize

ScanControllerTieBreakerBalanceTimeSpanList Method

[Missing <summary> documentation for "M:RAYLASE.Marker.Job.Executor.ScanControllerTieBreaker.BalanceTimeSpanList(System.Collections.Generic.List{System.ValueTuple{System.TimeSpan,System.Collections.Generic.List{System.String}}})"]


Namespace: RAYLASE.Marker.Job.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.26.1
Syntax
C#
public List<string> BalanceTimeSpanList(
	List<(TimeSpan ExecutionTime, List<string> Candidates)> inputList
)

Parameters

inputList  ListValueTupleTimeSpan, ListString

[Missing <param name="inputList"/> documentation for "M:RAYLASE.Marker.Job.Executor.ScanControllerTieBreaker.BalanceTimeSpanList(System.Collections.Generic.List{System.ValueTuple{System.TimeSpan,System.Collections.Generic.List{System.String}}})"]

Return Value

ListString

[Missing <returns> documentation for "M:RAYLASE.Marker.Job.Executor.ScanControllerTieBreaker.BalanceTimeSpanList(System.Collections.Generic.List{System.ValueTuple{System.TimeSpan,System.Collections.Generic.List{System.String}}})"]

See Also