> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Less Than or Equal to

<CardGroup cols={2}>
  <Card title="Scalar, Scalar" href="#scalar-scalar" />

  <Card title="Scalar Field, Scalar Field" href="#scalar-field-scalar-field" />
</CardGroup>

***

<h2 id="scalar-scalar">
  Scalar, Scalar
</h2>

Return a true Bool value if the first Scalar number is less than or equal to the second, false if otherwise.

### Inputs

| Name      | Type                                                   | Description       |
| --------- | ------------------------------------------------------ | ----------------- |
| Operand a | [Scalar](../../../../block-documentation/types/scalar) | The first value.  |
| Operand b | [Scalar](../../../../block-documentation/types/scalar) | The second value. |

### Outputs

| Type                                               |
| -------------------------------------------------- |
| [Bool](../../../../block-documentation/types/bool) |

***

<h2 id="scalar-field-scalar-field">
  Scalar Field, Scalar Field
</h2>

Return a Bool Field of values that are true where the first Scalar Field is less than or equal to the second, false if otherwise.

### Inputs

| Name      | Type                                                               | Description       |
| --------- | ------------------------------------------------------------------ | ----------------- |
| Operand a | [Scalar Field](../../../../block-documentation/types/scalar-field) | The first value.  |
| Operand b | [Scalar Field](../../../../block-documentation/types/scalar-field) | The second value. |

### Outputs

| Type                                                           |
| -------------------------------------------------------------- |
| [Bool Field](../../../../block-documentation/types/bool-field) |
