Skip to content

M_CodeJam_PerfTests_Running_Limits_CompetitionLimit_IsMaxLimitOk

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionLimit.IsMaxLimitOk Method

Helper method for checking the value against max 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 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 

Parameters

 

maxLimit
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