is_between_unsorted

Function is_between_unsorted 

Source
fn is_between_unsorted(value: f32, limit0: f32, limit1: f32) -> bool
Expand description

Returns value between the two limits, where the limits are either ascending or descending.