C# Class Rhino.NativeNumber

Inheritance: IdScriptableObject
Afficher le fichier Open project: hazzik/Rhino.Net Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
FillConstructorProperties ( IdFunctionObject ctor ) : void
FindPrototypeId ( string s ) : int
InitPrototypeId ( int id ) : void

Private Methods

Méthode 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 méthode

public ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
f IdFunctionObject
cx Context
scope Scriptable
thisObj Scriptable
args object
Résultat object

FillConstructorProperties() protected méthode

protected FillConstructorProperties ( IdFunctionObject ctor ) : void
ctor IdFunctionObject
Résultat void

FindPrototypeId() protected méthode

protected FindPrototypeId ( string s ) : int
s string
Résultat int

GetClassName() public méthode

public GetClassName ( ) : string
Résultat string

InitPrototypeId() protected méthode

protected InitPrototypeId ( int id ) : void
id int
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string