This document is archived and information here might be outdated. Recommended version. |
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