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