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

◆ operator--() [1/2]

static double IDecrementOperators< double >. System.Double.operator-- ( double value)
inlinestatic

Definition at line 549 of file Double.cs.

550 {
551 return value -= 1.0;
552 }

References System.value.