LessOrEqual
- class aixd.sampler.operators.LessOrEqual(arg1: Arithmetic, arg2: Arithmetic)[source]
Bases:
Boolean
Boolean less or equal operation. Only operates when the evaluate method is called.
Raises: ValueError: If an argument is not of type float, int, str, Operator, or DataObject.
- Parameters:
arg1 (Arithmetic operator) – First argument to compare.
arg2 (Arithmetic operator) – Second argument to compare.
Methods
Evaluate the operator with given data.
Inherited Methods
Check if the operator is differentiable.
Print the operator and all its arguments.