ResultSetFloat() 개인적인 메소드

private ResultSetFloat ( IntPtr callingArgsPtr, float value ) : void
callingArgsPtr System.IntPtr
value float
리턴 void
예제 #1
0
 public void SetResult(float value)
 {
     NativeV8JsInterOp.ResultSetFloat(metArgsPtr, value);
 }