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

◆ Divide() [2/2]

double System.TimeSpan.Divide ( TimeSpan ts)
inline

Definition at line 272 of file TimeSpan.cs.

273 {
274 return this / ts;
275 }