DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.ControlModule
ExpressionFactory Class
ExpressionFactory Methods
Abs Method
Add Method
And Method
Constant Method
Div Method
Equals Method
GreaterThan Method
GreaterThanOrEquals Method
LessThan Method
LessThanOrEqual Method
Max Method
Min Method
Mult Method
Not Method
NotEquals Method
Or Method
Sub Method
Table Method
Variable Method
Xor Method
ExpressionFactory
And Method
Namespace:
DHI.Mike1D.ControlModule
Assembly:
DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
Copy
public
static
IExpressionNodeBool
And
(
IExpressionNodeBool
left
,
IExpressionNodeBool
right
)
Parameters
left
Type:
DHI.Mike1D.ControlModule
IExpressionNodeBool
right
Type:
DHI.Mike1D.ControlModule
IExpressionNodeBool
Return Value
Type:
IExpressionNodeBool
See Also
Reference
ExpressionFactory Class
DHI.Mike1D.ControlModule Namespace