CUT_HISTOGRAM 

Call: CUT_HISTOGRAM


ref_in

The Histogram of which you wish to cut a part.

This histogram is not modified by the procedure.

[No default, this is a mandatory argument.]


xmin

The first bin of the output histogram will be the bin of the input histogram that contains the coordinate xmin.

If xmin is located outside the range of the histogram, then the first bins of the output and input histograms coincide.

This argument should be of type Number.

[No default, this is a mandatory argument]


xmax

The last bin of the output histogram will be the bin of the input histogram that contains the coordinate xmax.

If xmax is located outside the range of the histogram, then the last bins of the output and input histograms coincide.

This argument should be of type Number.

[No default, this is a mandatory argument]


ref_out

On successful completion, this argument is set equal to an Histogram which contains the data of the requested range.

The value that ref_out has when the procedure is called, is lost after the procedure call.

This argument must be modifiable, i.e. this must be a simple variable name, not an expression.


Go to the top level, to Call, to CUT_HISTOGRAM, to the topic index, to the table of contents, or to the full text.

Formatted on 21/01/18 at 16:55.