Search Results for

    Show / Hide Table of Contents

    Delegate PiecewiseVector.RangeFunc

    An action that takes a range and two values.

    Namespace: Microsoft.ML.Probabilistic.Math
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    protected delegate void RangeFunc(int start, int end, double value1, double value2);
    Parameters
    Type Name Description
    Int32 start

    The start of the range

    Int32 end

    The end of the range

    Double value1

    The first value

    Double value2

    The second value

    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.