Ejemplo n.º 1
0
 public static Int64 JsFloat(IntPtr jsExecState, float f)
 {
     return(BlinkBrowserPInvoke.jsFloat(jsExecState, f));
 }