---
title: "SortOrder"
---

# SortOrder

Sort order for array and matrix operations.

**Kind:** enum

**Variants**

| Name | Description |
| --- | --- |
| `Ascending` | Sort from the smallest to the largest value. |
| `Descending` | Sort from the largest to the smallest value. |
