There was an error while loading. Please reload this page.
Retrieves the double value of a number value.
STDAPI_(JsErrorCode) JsNumberToDouble( _In_ JsValueRef value, _Out_ double *doubleValue);
The code JsNoError if the operation succeeded, a failure code otherwise.
This function retrieves the value of a number value. It will fail with JsErrorInvalidArgument if the type of the value is not number.
Home
ch
Want to contribute to this Wiki? Fork it and send a pull request!