![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.21
|
public long[] Histogram {get;}
'Declaration
Public ReadOnly Property Histogram As Long()
'Usage
Dim instance As HistogramCommand Dim value() As Long value = instance.Histogram
public long[] Histogram {get;}
@property (nonatomic, assign, readonly, nullable) unsigned long long *histogram
public long[] getHistogram()
get_Histogram();
public: property array<int64>^ Histogram { array<int64>^ get(); }