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.

Definition

Namespace: DHI.Mike1D.ControlModule
Assembly: DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static IExpressionNode Table(
	IExpressionNode argument,
	IXYTable table
)

Parameters

argument  IExpressionNode

[Missing <param name="argument"/> documentation for "M:DHI.Mike1D.ControlModule.ExpressionFactory.Table(DHI.Mike1D.ControlModule.IExpressionNode,DHI.Mike1D.Generic.IXYTable)"]

table  IXYTable

[Missing <param name="table"/> documentation for "M:DHI.Mike1D.ControlModule.ExpressionFactory.Table(DHI.Mike1D.ControlModule.IExpressionNode,DHI.Mike1D.Generic.IXYTable)"]

Return Value

IExpressionNode

[Missing <returns> documentation for "M:DHI.Mike1D.ControlModule.ExpressionFactory.Table(DHI.Mike1D.ControlModule.IExpressionNode,DHI.Mike1D.Generic.IXYTable)"]

See Also