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

Function Documentation#

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

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

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

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

Returns:

Comparison result of x <= y.