Wijmo UI for the Web
CheckInt Method
Syntax
Javascript (Usage) 
var instance = new wijmo.input.Utility();
var returnValue; // Type: number

// Parameters
var value; // Type:  any
var min; // Type:  any
var max; // Type:  any

returnValue = instance.CheckInt(value, min, max);
Javascript (Specification) 
function CheckInt( 
   value : any,
   min : any,
   max : any
) : number;

Parameters

value
min
max
Browser Compatibility
7
5
5

See Also

Reference

Utility type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.