This document is archived and information here might be outdated. Recommended version. |
Defines a Gaussion fuzzy function.
[Visual Basic .NET]
Public Sub SetGaussian ( _
ByVal midPoint As Double, _
ByVal spread As Double _
)
[C#]
public void SetGaussian (
double midPoint,
double spread
);
[C++]
HRESULT SetGaussian(
double midPoint,
double spread
);
[C++] Parameters midPoint [in]
midPoint is a parameter of type double spread [in]
spread is a parameter of type double