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.
Helper method for checking the value against min limit.
Namespace: CodeJam.PerfTests.Running.LimitsAssembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
protected static bool IsMinLimitOk( double minLimit, double value )
VB
Protected Shared Function IsMinLimitOk ( minLimit As Double, value As Double ) As Boolean
F#
static member IsMinLimitOk : minLimit : float * value : float -> bool
Type: Booleantrue if the value fits into limit.
true
CompetitionLimit ClassCodeJam.PerfTests.Running.Limits Namespace