public static Complex Pow(
Complex z,
int n
)
Public Shared Function Pow (
z As Complex,
n As Integer
) As Complex
public:
static Complex Pow(
Complex z,
int n
)
static member Pow :
z : Complex *
n : int -> Complex