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

◆ operator-() [2/4]

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

Definition at line 1222 of file Double.cs.

1223 {
1224 return 0.0 - value;
1225 }

References System.value.