예제 #1
0
 public static Int64 JsDouble(IntPtr jsExecState, double d)
 {
     return(BlinkBrowserPInvoke.jsDouble(jsExecState, d));
 }