Class representing the expression for the minimum of two expressions. More...
Public Member Functions | |
def | __init__ |
def | getExpression |
Public Attributes | |
left | |
right | |
operatorIndex |
Class representing the expression for the minimum of two expressions.
Example:
max(x,0)
def bio_expression::min::__init__ | ( | self, | |
left, | |||
right | |||
) |
def bio_expression::min::getExpression | ( | self ) |
Reimplemented from bio_expression::Expression.
Reimplemented from bio_expression::Expression.