Version

setValueAsDouble Method

Sets value of main or secondary thumb from float point number.
Syntax
ASP.NET Ajax Javascript (Specification) 
function setValueAsDouble( 
   val : Number,
   id : Number
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebSlider.setValueAsDouble(Number,Number);

Parameters

val
New value in range from get_minValueAsDouble() to get_maxValueAsDouble(). In case of Date the milliseconds should be used.
id
The id of thumb or track. 0 means main thumb, 1 means secondary thumb.
See Also