Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getValueAsDouble Method
Gets main or secondary value as Number.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getValueAsDouble(
: Number,
: Number
) : Number; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebSlider.getValueAsDouble(Number,Number); |
Parameters
- id
- The id of thumb or track. Value 0 means main thumb, 1 means secondary thumb.
- perc
- Internal use only. Application should use null or do not include that parameter.
Return Value
Number in range from get_minValueAsDouble() to get_maxValueAsDouble(). In case of Date the milliseconds are returned.
See Also