Math.Pow¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | The base value to raise the power of. | IntInt2Int3Int4Int8Int16FloatFloat2Float3Float4Color[Any] | ||
| Output ➡️ | The result of raising the input to the power of the operand. | IntInt2Int3Int4Int8Int16FloatFloat2Float3Float4Color[Any] | ||
| Operand | No | The operand for this operation. | 0 | IntVar(Int)Int2Var(Int2)Int3Var(Int3)Int4Var(Int4)Int8Var(Int8)Int16Var(Int16)FloatVar(Float)Float2Var(Float2)Float3Var(Float3)Float4Var(Float4)ColorVar(Color)[Any]Var([Any]) | 
This shard raises the input to the power of the exponent specified in the Operand parameter.
Examples¶
| 1 2 3 4 |  |