Raises x to the power of y.
Namespace: VVVV.Utils.VMathAssembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871
Syntax
Return Value
Returns x raised to the power of y.
Remarks
This method should be considerably faster than Math.Pow for small y.