Home
last modified time | relevance | path

Searched refs:rEndValue (Results 1 – 1 of 1) sorted by relevance

/trunk/main/slideshow/source/engine/activities/
H A Daccumulation.hxx51 template< typename ValueType > ValueType accumulate( const ValueType& rEndValue, in accumulate() argument
55 return nRepeatCount*rEndValue + rCurrValue; in accumulate()

Completed in 11 milliseconds