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

◆ operator/() [2/6]

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

Definition at line 617 of file TimeSpan.cs.

618 {
619 return left / right;
620 }