Double (Constructor) Summary Constructs a System.Double object. Signatures Click on a signature to select it and view its documentation. public Double() public Double(double value) Usage public Double() public Double(double value) Parameters value The IEEE-754 double-precision floating-point value to initialize to. Description Constructs a System.Double object with a default value of 0. Constructs a System.Double object with a specified double value. Share HTML | BBCode | Direct Link