This document is archived and information here might be outdated. Recommended version. |
The radiance bias values for each band.
[Visual Basic .NET] Public Property RadianceBiasValues As IDoubleArray
[C#] public IDoubleArray RadianceBiasValues {get; set;}
[C++]
HRESULT get_RadianceBiasValues(
IDoubleArray** ppRanges
);
[C++]
HRESULT putref_RadianceBiasValues(
IDoubleArray* ppRanges
);
[C++] Parameters ppRanges [out, retval]
ppRanges is a parameter of type IDoubleArray** ppRanges [in]
ppRanges is a parameter of type IDoubleArray*