Method RoundToNextAlign
RoundToNextAlign(uint)
Changes the input size to the size that is aligned to AlignTo bytes
Declaration
public static uint RoundToNextAlign(uint requestedSize)
Parameters
Type | Name | Description |
---|---|---|
uint | requestedSize | Input size to align |
Returns
Type | Description |
---|---|
uint | Aligned size |