baobao
4/29/2018 - 6:13 PM

MathfAbs.cs

public static float Abs (float f)
{
	return Math.Abs (f);
}