Int16 constructor

Int16(
  1. int value
)

Implementation

Int16(int value) : super(value);