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.
Checks if actual values fits into limits represented by this instance.
Namespace: CodeJam.PerfTests.Running.LimitsAssembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public bool CheckLimitsFor( CompetitionLimit actualValues )
VB
Public Function CheckLimitsFor ( actualValues As CompetitionLimit ) As Boolean
F#
member CheckLimitsFor : actualValues : CompetitionLimit -> bool
Type: Booleantrue if the the actual values fits into limits.
true
CompetitionLimit ClassCodeJam.PerfTests.Running.Limits Namespace