ExpressionFactoryTable Method |
Create expression node that takes an input value and performs a lookup in a table.
Linear interpolation is performed on the values in the table to obtain
the output value.
Namespace:
DHI.Mike1D.ControlModule
Assembly:
DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public static IExpressionNode Table(
IExpressionNode argument,
IXYTable table
)
Public Shared Function Table (
argument As IExpressionNode,
table As IXYTable
) As IExpressionNode
public:
static IExpressionNode^ Table(
IExpressionNode^ argument,
IXYTable^ table
)
Parameters
- argument
- Type: DHI.Mike1D.ControlModuleIExpressionNode
[Missing <param name="argument"/> documentation for "M:DHI.Mike1D.ControlModule.ExpressionFactory.Table(DHI.Mike1D.ControlModule.IExpressionNode,DHI.Mike1D.Generic.IXYTable)"]
- table
- Type: DHI.Mike1D.GenericIXYTable
[Missing <param name="table"/> documentation for "M:DHI.Mike1D.ControlModule.ExpressionFactory.Table(DHI.Mike1D.ControlModule.IExpressionNode,DHI.Mike1D.Generic.IXYTable)"]
Return Value
Type:
IExpressionNode[Missing <returns> documentation for "M:DHI.Mike1D.ControlModule.ExpressionFactory.Table(DHI.Mike1D.ControlModule.IExpressionNode,DHI.Mike1D.Generic.IXYTable)"]
See Also