ALIGN_DOWN
ALIGN_DOWN
Description
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)
Usage examples (Cross-references)
No external code usages found in the scanned files.
Last updated on