Skip to content

FloatValue

relationalai.semantics.std
FloatValue = Union[Variable, float]

A type representing a float value, which can be a literal float or a Variable resulting from some other expression which will evaluate to a float.

Members

  • Variable
  • float

Used By