Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
percentToValue Method
Converts number as percent to number or object.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function percentToValue(
: Number,
: Boolean
) : {Any}; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebSlider.percentToValue(Number,Boolean); |
Parameters
- val
- Value to convert from percent in range from 0 to 100 to Number or Date.
- dbl
- Internal use only. Application should use false, or null, or do not include that parameter.
Return Value
Number or Date object according to SliderValueType.
See Also