Integer16 (Constructor) Summary Constructs a System.Integer16 object. Signatures Click on a signature to select it and view its documentation. public Integer16() public Integer16(short initialValue) Usage public Integer16() public Integer16(short initialValue) Parameters initialValue The short value to initialize to. Description Constructs a System.Integer16 object with a default value of 0 (zero). Constructs a System.Integer16 object with the specified value. Share HTML | BBCode | Direct Link