Click or drag to resize

FloatSmoothener Methods

The FloatSmoothener type exposes the following members.

Methods
  NameDescription
Protected methodDoStep
Does one step for the data value.
(Overrides SmoothenerTValueDoStep(TValue, TValue, Boolean).)
Protected methodGetDifference
Returns the difference between two values.
(Overrides SmoothenerTValueGetDifference(TValue, TValue).)
Protected methodGetStep
Returns the step to take for the specified velocity and available time.
(Overrides SmoothenerTValueGetStep(TValue, Single).)
Protected methodGetVelocity
Returns the velocity required to process the specified amount in the specified duration.
(Overrides SmoothenerTValueGetVelocity(TValue, Single).)
Protected methodIsLess
Indicates if value A is less than value B.
(Overrides SmoothenerTValueIsLess(TValue, TValue).)
Top
See Also