FloatingPoint64Value.ofBinaryStrings constructor
FloatingPoint64Value constructor from string representation of individual bitfields
Implementation
FloatingPoint64Value.ofBinaryStrings(
super.sign, super.exponent, super.mantissa)
: super.ofBinaryStrings();