Show / Hide Table of Contents

    Class ExpressionNormalizer

    This is a helper class to normalize Expressions.

    Inheritance
    System.Object
    ExpressionNormalizer
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: OPTANO.Modeling.Optimization
    Assembly: Optimization.dll
    Syntax
    public class ExpressionNormalizer

    Methods

    Visit(Expression)

    Visits and normalizes the given expression. Uses MathNet library to expand expressions.

    Declaration
    public static Expression Visit(Expression exp)
    Parameters
    Type Name Description
    Expression exp

    The expression.

    Returns
    Type Description
    Expression

    The normalized Expression.

    Extension Methods

    ReflectionHelper.GetFieldValue(Object, String)
    ReflectionHelper.SetFieldValue(Object, String, Object)
    ExtensionMethods.Clone<T>(T)
    ExtensionMethods.ThrowIfArgumentIsNull<T>(T, String)
    Back to top Copyright © OPTANO GmbH generated with DocFX
    Privacy Policy | Impressum – Legal Notice