Segmenter.Model.Threshold.ThresholdVariator.GetValue C# (CSharp) Method

GetValue() public method

The get value.
public GetValue ( ) : double
return double
        public double GetValue()
        {
            throw new NotImplementedException();
        }