Skip to content

M_CodeJam_PerfTests_Running_Limits_CompetitionLimit__ctor

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionLimit Constructor

Initializes a new instance of the CompetitionLimit class.

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

Syntax

C#

public CompetitionLimit(
	double minRatio,
	double maxRatio
)

VB

Public Sub New ( 
	minRatio As Double,
	maxRatio As Double
)

F#

new : 
        minRatio : float * 
        maxRatio : float -> CompetitionLimit

Parameters

 

minRatio
Type: System.Double
The minimum timing ratio relative to the baseline.
maxRatio
Type: System.Double
The maximum timing ratio relative to the baseline.

See Also

Reference

CompetitionLimit Class
CodeJam.PerfTests.Running.Limits Namespace

Clone this wiki locally