Template Function TRAP::Math::GreaterThanEqual(T, T)#

Function Documentation#

template<typename T>
constexpr bool TRAP::Math::GreaterThanEqual(T x, T y) noexcept#

Perform a greater-than-or-equal comparison of two values.

Parameters:
  • x – Specifies the first value to be used in the comparison operation.

  • y – Specifies the second value to be used in the comparison operation.

Returns:

Comparison result of x >= y.