How do you get the absolute value of a number in vb.net?
Is there a function built in? I know I can simply code a function myself, but I want to know if there is one already there first. It seems so simple, I could probably make it in three lines, so I would be surprised if there isnt one....
Thanks!
Math.Abs( val )