📄️ CurveBinaryExpression<T1, T2>
Class which describes binary (nor commutative or associative) expressions whose value is a Curve
📄️ CurveExpression
Class which describes NetCal expressions that evaluate to curves. The class aims at providing the main methods to
📄️ CurveExpressionExtensions
Class with extension methods involving CurveExpression type.
📄️ CurveNAryExpression
Class representing expressions whose value is a Curve object and the root is an operation which
📄️ CurveUnaryExpression<T>
Class which describes unary expressions (root operation has only one operand) whose value is a Curve
📄️ ExpressionSettings
Class with the settings necessary for the expressions creation and evaluation.
📄️ Expressions
Static class with functions to build NetCal expressions
📄️ IGenericNAryExpression<T1, TResult>
Interface with members and functions which allow to define a n-ary expression, i.e. an expression whose root node
📄️ RationalBinaryExpression<T1, T2>
Class which describes binary (nor commutative or associative) expressions whose value is a Rational
📄️ RationalExpression
The class aims at providing the main methods to build, manipulate and print expressions which evaluate to rational
📄️ RationalExpressionExtensions
Class with extension methods involving CurveExpression type.
📄️ RationalNAryExpression
Class representing expressions whose value is a Rational object and the root is an operation which
📄️ RationalUnaryExpression<T>
Class which describes unary expressions (root operation has only one operand) whose value is a Rational