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

SaveBest() public method

Fix the best value
public SaveBest ( ) : void
return void
        public void SaveBest()
        {
            Value = current;
        }