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

◆ ThrowAbsOverflow()

static void System.Math.ThrowAbsOverflow ( )
inlinestaticprivate

Definition at line 223 of file Math.cs.

224 {
225 throw new OverflowException(SR.Overflow_NegateTwosCompNum);
226 }

References System.SR.Overflow_NegateTwosCompNum.

Referenced by System.Math.Abs(), System.Math.Abs(), System.Math.Abs(), System.Math.Abs(), and System.Math.Abs().