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

◆ operator*() [2/4]

static TimeSpan IMultiplyOperators< TimeSpan, double, TimeSpan >. System.TimeSpan.operator* ( TimeSpan left,
double right )
inlinestatic

Definition at line 635 of file TimeSpan.cs.

636 {
637 return left * right;
638 }