Histogram.opCall

Create an empty histogram with pre-specified bounds, which will be filled with data using the put method.

Note: The only reason this is a template is because of bugs in overloading non-templated functions agsinst templated functions.

  1. Histogram opCall(R nums, uint nBin)
  2. Histogram opCall(R nums, uint nBin, double leftLim, double rightLim, OutOfBounds outOfBoundsBehavior = OutOfBounds.throwException)
  3. Histogram opCall(I nBin, double leftLim, double rightLim, OutOfBounds outOfBoundsBehavior = OutOfBounds.Throw)
    class Histogram
    static
    opCall
    (
    I
    )
    if (
    isIntegral!I
    )

Meta