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 max 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 IsMaxLimitOk( double maxLimit, double value )
VB
Protected Shared Function IsMaxLimitOk ( maxLimit As Double, value As Double ) As Boolean
F#
static member IsMaxLimitOk : maxLimit : float * value : float -> bool
Type: Booleantrue if the value fits into limit.
true
CompetitionLimit ClassCodeJam.PerfTests.Running.Limits Namespace