FloatingPointTF32Value.ofInts constructor
FloatingPointTF32Value constructor from a set of ints of the binary representation
Implementation
FloatingPointTF32Value.ofInts(super.exponent, super.mantissa, {super.sign})
: super.ofInts(
exponentWidth: exponentWidth, mantissaWidth: mantissaWidth);