C# Class Rhino.NativeNumber

Inheritance: IdScriptableObject
显示文件 Open project: hazzik/Rhino.Net Class Usage Examples

Public Methods

Method Description
ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
GetClassName ( ) : string
ToString ( ) : string

Protected Methods

Method Description
FillConstructorProperties ( IdFunctionObject ctor ) : void
FindPrototypeId ( string s ) : int
InitPrototypeId ( int id ) : void

Private Methods

Method Description
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

Method Details

ExecIdCall() public method

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

FillConstructorProperties() protected method

protected FillConstructorProperties ( IdFunctionObject ctor ) : void
ctor IdFunctionObject
return void

FindPrototypeId() protected method

protected FindPrototypeId ( string s ) : int
s string
return int

GetClassName() public method

public GetClassName ( ) : string
return string

InitPrototypeId() protected method

protected InitPrototypeId ( int id ) : void
id int
return void

ToString() public method

public ToString ( ) : string
return string