Show / Hide Table of Contents

    Delegate VariableCollection.BoundGenerator

    A delegate which takes an array of objects (making up the index) and returns a bound to be used for a variable

    Namespace: OPTANO.Modeling.Optimization
    Assembly: Optimization.dll
    Syntax
    public delegate double BoundGenerator(params object[] index);
    Parameters
    Type Name Description
    System.Object[] index

    The index.

    Returns
    Type Description
    System.Double

    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