Interface IOperatorExpression
Any operation (Plus, Times, etc.) that wants to be exposed as an expression needs to implement this interface
Namespace: OPTANO.Modeling.Optimization.Operators.Interfaces
Assembly: Optimization.dll
Syntax
public interface IOperatorExpression
Properties
Expressions
Gets the expressions.
Declaration
ReadOnlyCollection<Expression> Expressions { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<Expression> |