Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
valueToDouble Method
Converts value to Number object.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function valueToDouble(
: {Any}
) : Number; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebSlider.valueToDouble({Any}); |
Parameters
- val
- Value to convert. That should be Number or Date object according to SliderValueType.
Return Value
Number in range from get_minValueAsDouble() to get_maxValueAsDouble(). In case of Date the milliseconds are returned.
See Also