Skip to content

P_CodeJam_PerfTests_Running_Limits_CompetitionLimit_MaxRatio

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionLimit.MaxRatio Property

The maximum timing ratio relative to the baseline.

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

Syntax

C#

public double MaxRatio { get; protected set; }

VB

Public Property MaxRatio As Double
	Get
	Protected Set

F#

member MaxRatio : float with get, set

Property Value

Type: Double
The maximum timing ratio relative to the baseline.

See Also

Reference

CompetitionLimit Class
CodeJam.PerfTests.Running.Limits Namespace

Clone this wiki locally