FloatingPoint8E4M3 constructor
Construct an 8-bit floating point number
Implementation
FloatingPoint8E4M3()
: super(
mantissaWidth: FloatingPoint8E4M3Value.mantissaWidth,
exponentWidth: FloatingPoint8E4M3Value.exponentWidth);