x = y ^ 2
Or use the Math.Pow function
x = Math.Pow(y, 2)