text_lint.operations.validators.expressions.greater_than_or_equal.GreaterThanOrEqual
- class text_lint.operations.validators.expressions.greater_than_or_equal.GreaterThanOrEqual[Quellcode]
Bases:
ExpressionBaseEvaluate one value being greater than or equal to another.
- apply(value_a: float, value_b: float) float | bool[Quellcode]
Apply the mathematical operator to these two values.
- Rückgabetyp:
float | bool