pub fn apply_interpolation_step(current: &mut Datum, step: &ScalarImpl)Expand description
Mutates the current datum by adding the value of step to it.
This function is used during the interpolation process in gap filling, where it incrementally updates the datum to generate intermediate values between known data points.