# Pow2 (Real)

Grammar — 2 ^ x
FlagsNative | Function

Returns 2 to the power of a value.

# Arguments

  • fixed — Value

Returns — fixed

native fixed Pow2(fixed x);

Category: Math / Arithmetic

# Examples

— None found —