FloatingPoint64Value.ofString constructor
FloatingPoint64Value constructor from a single string representing space-separated bitfields
Implementation
FloatingPoint64Value.ofString(String fp, {super.radix})
: super.ofString(fp, exponentWidth, mantissaWidth);