floatingPointValue property

FloatingPointValue floatingPointValue

Return the FloatingPointValue

Implementation

FloatingPointValue get floatingPointValue => FloatingPointValue(
    sign: sign.value, exponent: exponent.value, mantissa: mantissa.value);