Always return positive value

Solution 1:

Use System.Math.Abs as documented here.

Solution 2:

You're looking for Math.Abs.