Skip to content

P_CodeJam_PerfTests_Columns_CompetitionLimitColumn_UseMaxRatio

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionLimitColumn.UseMaxRatio Property

Use maximum timing ratio relative to the baseline. if set to false the minimum one used.

Namespace: CodeJam.PerfTests.Columns
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public bool UseMaxRatio { get; }

VB

Public ReadOnly Property UseMaxRatio As Boolean
	Get

F#

member UseMaxRatio : bool with get

Property Value

Type: Boolean
If true: use maximum timing ratio relative to the baseline. if set to false the minimum one used.

See Also

Reference

CompetitionLimitColumn Class
CodeJam.PerfTests.Columns Namespace

Clone this wiki locally