C# Класс Microsoft.JScript.NumberPrototype

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

Приватные методы

Метод Описание
NumberPrototype ( ObjectPrototype parent ) : System
ThisobToDouble ( Object thisob ) : double
toExponential ( Object thisob, Object fractionDigits ) : String
toFixed ( Object thisob, double fractionDigits ) : String
toLocaleString ( Object thisob ) : String
toPrecision ( Object thisob, Object precision ) : String
toString ( Object thisob, Object radix ) : String
valueOf ( Object thisob ) : Object