FloatingPointTF32Value.ofString constructor

FloatingPointTF32Value.ofString(
  1. String fp, {
  2. int radix = 2,
})

FloatingPointTF32Value constructor from a single string representing space-separated bitfields

Implementation

FloatingPointTF32Value.ofString(String fp, {super.radix})
    : super.ofString(fp, exponentWidth, mantissaWidth);