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

◆ operator++() [1/2]

static double IIncrementOperators< double >. System.Double.operator++ ( double value)
inlinestatic

Definition at line 843 of file Double.cs.

844 {
845 return value += 1.0;
846 }

References System.value.