- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
M_CodeJam_PerfTests_Running_Limits_CompetitionLimit_CheckLimitsFor
        andrewvk edited this page Nov 8, 2016 
        ·
        2 revisions
      
    Checks if actual values fits into limits represented by this instance.
Namespace: CodeJam.PerfTests.Running.Limits
Assembly: 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 BooleanF#
member CheckLimitsFor : 
        actualValues : CompetitionLimit -> bool 
- actualValues
- Type: CodeJam.PerfTests.Running.Limits.CompetitionLimit
 The limits for actual values.
Type: Booleantrue if the the actual values fits into limits.
CompetitionLimit Class
CodeJam.PerfTests.Running.Limits Namespace