init(size:range:)
Creates uniform bins covering the given range.
Declaration
nonisolated init(size: Value, range: ClosedRange<Value>) where Value : BinaryFloatingPointParameters
- size:
The size of the bins.
- range:
The range of the data the bins cover.
Return Value
The bins.