AForge.Fuzzy.SingletonFunction.SingletonFunction C# (CSharp) Method

SingletonFunction() public method

Initializes a new instance of the SingletonFunction class.
public SingletonFunction ( float support ) : System
support float Support is the only value of x where the membership function is 1.
return System
        public SingletonFunction( float support )
        {
            this.support = support;
        }