Method SnapshotSizeAligned
SnapshotSizeAligned(int)
Align the give size to 16 byte boundary.
Declaration
public static int SnapshotSizeAligned(int size)
Parameters
Type | Name | Description |
---|---|---|
int | size |
Returns
Type | Description |
---|---|
int |
SnapshotSizeAligned(uint)
Align the give size to 16 byte boundary
Declaration
public static uint SnapshotSizeAligned(uint size)
Parameters
Type | Name | Description |
---|---|---|
uint | size |
Returns
Type | Description |
---|---|
uint |