We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Initializes a new instance of the PercentileLimitProvider class.
Namespace: CodeJam.PerfTests.Running.LimitsAssembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public PercentileLimitProvider( int minRatioPercentile, int maxRatioPercentile, int limitModeDelta )
VB
Public Sub New ( minRatioPercentile As Integer, maxRatioPercentile As Integer, limitModeDelta As Integer )
F#
new : minRatioPercentile : int * maxRatioPercentile : int * limitModeDelta : int -> PercentileLimitProvider
PercentileLimitProvider ClassCodeJam.PerfTests.Running.Limits Namespace