Microsoft.JScript.NumberPrototype.NumberPrototype C# (CSharp) Method

NumberPrototype() private method

private NumberPrototype ( ObjectPrototype parent ) : System
parent ObjectPrototype
return System
      internal NumberPrototype(ObjectPrototype parent)
        : base(parent, 0.0) {
        this.noExpando = true;
        //this.constructor is given a value by the proper constructor class
      }