xtd 0.2.0
Loading...
Searching...
No Matches

◆ divide() [1/2]

double xtd::time_span::divide ( const time_span ts) const

Returns a double value that's the result of dividing this instance by ts.

Parameters
tsThe value to be divided by.
Returns
A new value that represents result of dividing this instance by the value of ts.