TS++ library: time series library

◆ operator>()

bool ts::tapers::ovtaper::operator> ( const Pick p1,
const Pick p2 
)
inline

Definition at line 69 of file ovtaper.h.

References ts::tapers::ovtaper::Pick::x.

69 { return (p1.x>p2.x); }