ALIGN_DOWN
- Macro
- October 8, 2025
Table of Contents
ALIGN_DOWN
ALIGN_DOWNDescription
Aligns the given value down to the nearest multiple of alignment.
Parameters
| Name | Direction | Description |
|---|---|---|
value | in | The value to be aligned down. |
alignment | in | The alignment boundary. |
Success
Returns aligned-down value when alignment > 1, original value otherwise.
Failure
Function cannot fail - always returns a valid value.
Usage example (Cross-references)
No external code usages found in the scanned files.