Skip to content

M_CodeJam_PerfTests_Running_Limits_CompetitionLimit_IsMinLimitOk

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionLimit.IsMinLimitOk Method

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)

Syntax

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 

Parameters

 

minLimit
Type: System.Double
The limit.
value
Type: System.Double
The value to check.

Return Value

Type: Boolean
true if the value fits into limit.

See Also

Reference

CompetitionLimit Class
CodeJam.PerfTests.Running.Limits Namespace

Clone this wiki locally