[System.Runtime.CompilerServices.Extension()] public static System.Numerics.Complex Root( System.Numerics.Complex complex, System.Numerics.Complex rootExponent )
Parameters
- complex
- The System.Numerics.Complex number to perform this operation on.
- rootExponent
- The root exponent.
Return Value
The complex raised to the inverse of the given exponent.