FloatingPoint8E4M3Value constructor

FloatingPoint8E4M3Value({
  1. required LogicValue sign,
  2. required LogicValue exponent,
  3. required LogicValue mantissa,
})

Constructor for a double precision floating point value

Implementation

FloatingPoint8E4M3Value(
    {required super.sign, required super.exponent, required super.mantissa});