Function step_ge

Source
pub fn step_ge(value: f32, edge: f32) -> f32
Expand description

Return 1.0 when value is greater than or equal to edge and 0.0 where value is less than edge.