Skip to main content

islessequal

Overloads

NameDescription
islessequal(real p1, integer p2) -> boolChecks if the first value is less than or equal to the second value.
islessequal(integer p1, integer p2) -> boolChecks if the first value is less than or equal to the second value.
islessequal(integer p1, real p2) -> boolChecks if the first value is less than or equal to the second value.
islessequal(integer p1, bool p2) -> boolChecks if the first value is less than or equal to the second value.
islessequal(real p1, bool p2) -> boolChecks if the first value is less than or equal to the second value.
islessequal(bool p1, integer p2) -> boolChecks if the first value is less than or equal to the second value.
islessequal(bool p1, real p2) -> boolChecks if the first value is less than or equal to the second value.
islessequal(real p1, real p2) -> boolChecks if the first value is less than or equal to the second value.
islessequal(bool p1, bool p2) -> boolChecks if the first value is less than or equal to the second value.

islessequal(real p1, integer p2) -> bool

Checks if the first value is less than or equal to the second value.

Parameters

  • p1: The first value.
  • p2: The second value.

islessequal(integer p1, integer p2) -> bool

Checks if the first value is less than or equal to the second value.

Parameters

  • p1: The first value.
  • p2: The second value.

islessequal(integer p1, real p2) -> bool

Checks if the first value is less than or equal to the second value.

Parameters

  • p1: The first value.
  • p2: The second value.

islessequal(integer p1, bool p2) -> bool

Checks if the first value is less than or equal to the second value.

Parameters

  • p1: The first value.
  • p2: The second value.

islessequal(real p1, bool p2) -> bool

Checks if the first value is less than or equal to the second value.

Parameters

  • p1: The first value.
  • p2: The second value.

islessequal(bool p1, integer p2) -> bool

Checks if the first value is less than or equal to the second value.

Parameters

  • p1: The first value.
  • p2: The second value.

islessequal(bool p1, real p2) -> bool

Checks if the first value is less than or equal to the second value.

Parameters

  • p1: The first value.
  • p2: The second value.

islessequal(real p1, real p2) -> bool

Checks if the first value is less than or equal to the second value.

Parameters

  • p1: The first value.
  • p2: The second value.

islessequal(bool p1, bool p2) -> bool

Checks if the first value is less than or equal to the second value.

Parameters

  • p1: The first value.
  • p2: The second value.