C# 클래스 Rhino.NativeMath

상속: IdScriptableObject
파일 보기 프로젝트 열기: hazzik/Rhino.Net 1 사용 예제들

공개 메소드들

메소드 설명
ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
GetClassName ( ) : string

보호된 메소드들

메소드 설명
FindPrototypeId ( string s ) : int
InitPrototypeId ( int id ) : void

비공개 메소드들

메소드 설명
Init ( Scriptable scope, bool @sealed ) : void
Js_pow ( double x, double y ) : double
NativeMath ( ) : System

메소드 상세

ExecIdCall() 공개 메소드

public ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
f IdFunctionObject
cx Context
scope Scriptable
thisObj Scriptable
args object
리턴 object

FindPrototypeId() 보호된 메소드

protected FindPrototypeId ( string s ) : int
s string
리턴 int

GetClassName() 공개 메소드

public GetClassName ( ) : string
리턴 string

InitPrototypeId() 보호된 메소드

protected InitPrototypeId ( int id ) : void
id int
리턴 void