ResultSetFloat() private method

private ResultSetFloat ( IntPtr callingArgsPtr, float value ) : void
callingArgsPtr System.IntPtr
value float
return void
Example #1
0
 public void SetResult(float value)
 {
     NativeV8JsInterOp.ResultSetFloat(metArgsPtr, value);
 }