C# Класс Rhino.NativeMath

Наследование: IdScriptableObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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