C# Class Microsoft.JScript.NumberPrototype

Inheritance: NumberObject
ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Methods

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