This document is archived and information here might be outdated. Recommended version. |
The collection of histograms that describe the distribution of input values.
[Visual Basic .NET] Public Property InputHistogram As IArray
[C#] public IArray InputHistogram {get; set;}
[C++]
HRESULT get_InputHistogram(
IArray* ppInputHistograms
);
[C++]
HRESULT putref_InputHistogram(
IArray** ppInputHistograms
);
[C++] Parameters ppInputHistograms [in]
ppInputHistograms is a parameter of type IArray* ppInputHistograms [out, retval]
ppInputHistograms is a parameter of type IArray**