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

◆ Sign() [1/2]

static sbyte INumber< sbyte >. System.SByte.Sign ( sbyte value)
inlinestatic

Definition at line 759 of file SByte.cs.

760 {
761 return (sbyte)Math.Sign(value);
762 }

References System.Math.Sign(), and System.value.