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.SetMSLarge Method (ArcObjects .NET 10.5 SDK) |
Defines a MSLarge fuzzy function.
[Visual Basic .NET] Public Sub SetMSLarge ( _ ByVal nMeans As Integer, _ ByVal nSTDVs As Integer _ )
[C#] public void SetMSLarge ( int nMeans, int nSTDVs );
[C++]
HRESULT SetMSLarge(
long nMeans,
long nSTDVs
);
[C++]
Parameters nMeans [in] nMeans is a parameter of type long nSTDVs [in] nSTDVs is a parameter of type long