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.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