 | LongSmoothenerDoStep Method |
Does one step for the data value.
Namespace:
Slash.Unity.DataBind.Foundation.Providers.Smootheners
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxprotected override long DoStep(
long value,
long step,
bool reverse
)
Protected Overrides Function DoStep (
value As Long,
step As Long,
reverse As Boolean
) As Long
protected:
virtual long long DoStep(
long long value,
long long step,
bool reverse
) override
abstract DoStep :
value : int64 *
step : int64 *
reverse : bool -> int64
override DoStep :
value : int64 *
step : int64 *
reverse : bool -> int64
Parameters
- value
- Type: SystemInt64
Current value. - step
- Type: SystemInt64
Step to take. - reverse
- Type: SystemBoolean
Indicates if the step should be forward or reverse.
Return Value
Type:
Int64New value.
See Also