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