|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSAFuzzyFunction Interface > IGPSAFuzzyFunction.SetMSSmall Method (ArcObjects .NET 10.5 SDK) | 
Defines a MSSmall fuzzy function.
[Visual Basic .NET] Public Sub SetMSSmall ( _ ByVal nMeans As Integer, _ ByVal nSTDVs As Integer _ )
[C#] public void SetMSSmall ( int nMeans, int nSTDVs );
[C++]
HRESULT SetMSSmall(
  long nMeans,
  long nSTDVs
);
[C++]
Parameters nMeans [in] nMeans is a parameter of type long nSTDVs [in] nSTDVs is a parameter of type long