Contents

init(size:range:)

Creates uniform bins covering the given range.

Declaration

nonisolated init(size: Value, range: ClosedRange<Value>) where Value : BinaryFloatingPoint

Parameters

  • size:

    The size of the bins.

  • range:

    The range of the data the bins cover.

Return Value

The bins.