[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Return aligned version of an address
Source position: line 0
function Align( |
Addr: PtrInt; |
Alignment: PtrInt |
):PtrInt; |
Addr: Pointer; |
Alignment: PtrInt |
):Pointer; |
Align returns Address, aligned to Alignment bytes.
None.