FloatingPointTF32Value.ofBinaryStrings constructor

FloatingPointTF32Value.ofBinaryStrings(
  1. String sign,
  2. String exponent,
  3. String mantissa
)

FloatingPointTF32Value constructor from string representation of individual bitfields

Implementation

FloatingPointTF32Value.ofBinaryStrings(
    super.sign, super.exponent, super.mantissa)
    : super.ofBinaryStrings();