floatingPointValue property
Return the FloatingPointValue
Implementation
FloatingPointValue get floatingPointValue => FloatingPointValue(
sign: sign.value, exponent: exponent.value, mantissa: mantissa.value);
Return the FloatingPointValue
FloatingPointValue get floatingPointValue => FloatingPointValue(
sign: sign.value, exponent: exponent.value, mantissa: mantissa.value);