- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
M_CodeJam_PerfTests_Running_Limits_CompetitionLimit_IsMinLimitOk
        andrewvk edited this page Nov 8, 2016 
        ·
        2 revisions
      
    Helper method for checking the value against min limit.
Namespace: CodeJam.PerfTests.Running.Limits
Assembly: 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 BooleanF#
static member IsMinLimitOk : 
        minLimit : float * 
        value : float -> bool 
- minLimit
 - Type: System.Double
The limit. - value
 - Type: System.Double
The value to check. 
Type: Booleantrue if the value fits into limit.
CompetitionLimit Class
CodeJam.PerfTests.Running.Limits Namespace