Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Sign()

static int System.MathF.Sign ( float x)
inlinestatic

Definition at line 408 of file MathF.cs.

409 {
410 return Math.Sign(x);
411 }

References System.Math.Sign().

Referenced by System.MathF.IEEERemainder(), System.MathF.Round(), System.Single.Sign(), and System.Half.Sign().