FloatingPoint16Value.ofString constructor

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

FloatingPoint16Value constructor from a single string representing space-separated bitfields

Implementation

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