Function chakracore_sys::JsDoubleToNumber [] [src]

pub unsafe extern "system" fn JsDoubleToNumber(
    doubleValue: f64,
    value: *mut JsValueRef
) -> JsErrorCode

Creates a number value from a double value. Requires an active script context. The double to convert to a number value. The new number value. The code JsNoError if the operation succeeded, a failure code otherwise.