function Exp2Int(const X: Integer): Integer;
2^x function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Integer |
Returns: Int32 - The value of 2 raised to the power of X. Valid result is returned for X smaller than 32.
Remarks:
This function is more than 10x as fast as a call to the Math387.Power function.