C# 클래스 Rhino.NativeNumber

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

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
Init ( Scriptable scope, bool @sealed ) : void
NativeNumber ( double number ) : System
Num_to ( double val, object args, int zeroArgMode, int oneArgMode, int precisionMin, int precisionOffset ) : string

메소드 상세

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

FillConstructorProperties() 보호된 메소드

protected FillConstructorProperties ( IdFunctionObject ctor ) : void
ctor IdFunctionObject
리턴 void

FindPrototypeId() 보호된 메소드

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

GetClassName() 공개 메소드

public GetClassName ( ) : string
리턴 string

InitPrototypeId() 보호된 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string