AForge.Fuzzy.SingletonFunction.SingletonFunction C# (CSharp) Метод

SingletonFunction() публичный Метод

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.
Результат System
        public SingletonFunction( float support )
        {
            this.support = support;
        }