Click or drag to resize
CSTHistogram Method
This method prepares ST for recording histogram.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The Number of bins includes the one before the minimum and the one after the maximum, so it must be a value >2. IMPORTANT: This function gets the histogram minimum and maximum from the current min and max values stored in the ST, so this is equivalent to calling Histogram2_ST with #bins, Min, (Max-Min)/(# bins -2)) You should already have the data loaded in order to call this function. See histogram_ranges_
Syntax
public void Histogram(
	int bins
)

Parameters

bins
Type: SystemInt32
# of bins
See Also