BenSelect Documentation
CheckValue Method
See Also  Send Feedback
Selerix.Foundation.Interfaces.View Namespace > RateParamRangeViewHelper Class : CheckValue Method
value
The value.
minValue
The min value limit.
maxValue
The max value limit.
customFilter
The custom filter.
Checks provided value if it matches ranges limits.

Syntax

JScript 
public static function CheckValue( 
   value : decimal,
   minValue : decimal,
   maxValue : decimal,
   customFilter : String
) : boolean;

Parameters

value
The value.
minValue
The min value limit.
maxValue
The max value limit.
customFilter
The custom filter.

Return Value

True if value is within provided limits, false otherwise.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.