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

◆ operator/() [1/6]

static TimeSpan IDivisionOperators< TimeSpan, double, TimeSpan >. System.TimeSpan.operator/ ( TimeSpan left,
double right )
inlinestatic

Definition at line 611 of file TimeSpan.cs.

612 {
613 return left / right;
614 }