Class ConvertedFloatValue


public final class ConvertedFloatValue extends SpecificFloatValue
This FloatValue represents a float value that is converted from another scalar value.
  • Constructor Details

    • ConvertedFloatValue

      public ConvertedFloatValue(Value value)
      Creates a new converted float value of the given value.
  • Method Details