Rounds a value up to the next natural boundary for the current CPU. This is 4-bytes for 32-bit CPUs and 8-bytes for 64-bit CPUs.
This function rounds the value specified by Value up to the next natural boundary for the current CPU. This rounded value is returned.
@param Value The value to round up.
@return Rounded value specified by Value.
See Implementation
Rounds a value up to the next natural boundary for the current CPU. This is 4-bytes for 32-bit CPUs and 8-bytes for 64-bit CPUs.
This function rounds the value specified by Value up to the next natural boundary for the current CPU. This rounded value is returned.
@param Value The value to round up.
@return Rounded value specified by Value.