Retrieve item counts for the specific bin

C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Use the indexer instead, will be removed in the next version")] public double Query( params int[] binIndex )
<ObsoleteAttribute("Use the indexer instead, will be removed in the next version")> _ Public Function Query ( _ ParamArray binIndex As Integer() _ ) As Double
[ObsoleteAttribute(L"Use the indexer instead, will be removed in the next version")] public: double Query( ... array<int>^ binIndex )

- binIndex (array< Int32 >[]()[])
[Missing <param name="binIndex"/> documentation for "M:Emgu.CV.Histogram.Query(System.Int32[])"]

[Missing <returns> documentation for M:Emgu.CV.Histogram.Query(System.Int32[])]