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 |