FloatingPoint16 constructor
Construct a 16-bit floating point number
Implementation
FloatingPoint16()
: super(
mantissaWidth: FloatingPoint16Value.mantissaWidth,
exponentWidth: FloatingPoint16Value.exponentWidth);
Construct a 16-bit floating point number
FloatingPoint16()
: super(
mantissaWidth: FloatingPoint16Value.mantissaWidth,
exponentWidth: FloatingPoint16Value.exponentWidth);