Back to Aurora Vision Studio website
	
                
                    
	
		
	You are here: Start » Filter Reference » Histogram » Histogram Basics » GetHistogramBin
| Module: | FoundationBasic | 
|---|
Returns the value of a single histogram bin.
| Name | Type | Description | |
|---|---|---|---|
![]()  | 
				inHistogram | Histogram | Input histogram | 
![]()  | 
				inIndex | Integer | Input bin index | 
![]()  | 
				inCyclic | Bool | Whether to wrap the index around or not | 
![]()  | 
				inInverse | Bool | Reversed order of bins | 
![]()  | 
				outValue | Double | Output value of the bin | 
![]()  | 
				outBinStart | Real | Lower limit of the bin | 
![]()  | 
				outBinEnd | Real | Upper limit of the bin | 
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
| Error type | Description | 
|---|---|
| DomainError | Incorrect index on input in GetHistogramBin. | 
Complexity Level
This filter is available on Advanced Complexity Level.

 Advanced
