pf_upper_bound Interface

public interface pf_upper_bound

The first position at which target is ordered BEFORE the element there -- i.e. one past the last element equal to the target.

Same arguments, same sortedness rule and same 1 .. size(values)+1 range as pf_lower_bound; pf_upper_bound - pf_lower_bound is how many elements equal the target.


Module Procedures

private interface upper_bound_i32_i32()

Arguments

None

private interface upper_bound_i32_i64()

Arguments

None

private interface upper_bound_i64_i32()

Arguments

None

private interface upper_bound_i64_i64()

Arguments

None

private interface upper_bound_f32_i32()

Arguments

None

private interface upper_bound_f32_i64()

Arguments

None

private interface upper_bound_f64_i32()

Arguments

None

private interface upper_bound_f64_i64()

Arguments

None

private interface upper_bound_bool_i32()

Arguments

None

private interface upper_bound_bool_i64()

Arguments

None

private interface upper_bound_chr_i32()

Arguments

None

private interface upper_bound_chr_i64()

Arguments

None

private interface upper_bound_date_i32()

Arguments

None

private interface upper_bound_date_i64()

Arguments

None

private interface upper_bound_time_i32()

Arguments

None

private interface upper_bound_time_i64()

Arguments

None

private interface upper_bound_ts_i32()

Arguments

None

private interface upper_bound_ts_i64()

Arguments

None

private interface upper_bound_strcol_i32()

Arguments

None

private interface upper_bound_strcol_i64()

Arguments

None