IfThenElse
final class IfThenElse(cond:Expression<Boolean>, y:Expression<Real>, z:Expression<Real>) < ScalarExpression<Real>
Lazy if_then_else
.
Member Variables
Name | Description |
---|---|
cond:Expression<Boolean>? | Condition. |
y:Expression<Real>? | Value if true. |
z:Expression<Real>? | Value if false. |