This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStretchFunctionArguments Interface > IStretchFunctionArguments.Gamma Property (ArcObjects .NET 10.5 SDK) |
The list of Gamma value(s).
[Visual Basic .NET] Public Property Gamma As IDoubleArray
[C#] public IDoubleArray Gamma {get; set;}
[C++]
HRESULT get_Gamma(
IDoubleArray** ppGamma
);
[C++]
HRESULT putref_Gamma(
IDoubleArray* ppGamma
);
[C++]
Parameters ppGamma [out, retval]
ppGamma is a parameter of type IDoubleArray ppGamma [in]
ppGamma is a parameter of type IDoubleArray