Function tool::core::matrix::size_range_with_step [−][src]
pub fn size_range_with_step(start: f64, end: f64, step: f64) -> usize
Compute the required size to go from start
to end
with step
, including the end point (last
time step can be smaller).