Click or drag to resize

ArrayTableEvaluateSpecific Method

[This is preliminary documentation and is subject to change.]

Specific TOPICA basic evaluation for the ArrayTable

Namespace:  CSC.SC.TOPICA4.Template
Assembly:  CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.37.7779.15939
Syntax
C#
public override Object EvaluateSpecific(
	Expression expression,
	ComputationContext context
)

Parameters

expression
Type: Expression

[Missing <param name="expression"/> documentation for "M:CSC.SC.TOPICA4.Template.ArrayTable.EvaluateSpecific(CSC.SC.Enterprise.Computation.Expression,CSC.SC.Enterprise.Computation.ComputationContext)"]

context
Type: ComputationContext

[Missing <param name="context"/> documentation for "M:CSC.SC.TOPICA4.Template.ArrayTable.EvaluateSpecific(CSC.SC.Enterprise.Computation.Expression,CSC.SC.Enterprise.Computation.ComputationContext)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.Template.ArrayTable.EvaluateSpecific(CSC.SC.Enterprise.Computation.Expression,CSC.SC.Enterprise.Computation.ComputationContext)"]

See Also