Android.Views.VelocityTracker.ComputeCurrentVelocity Method
Equivalent to invoking VelocityTracker.ComputeCurrentVelocity(int, System.Single) with a maximum velocity of Float.

Syntax

[Android.Runtime.Register("computeCurrentVelocity", "(I)V", "")]
public void ComputeCurrentVelocity (int units)

See Also

VelocityTracker.ComputeCurrentVelocity(int, System.Single)

Parameters

units
Documentation for this section has not yet been entered.

Remarks

Equivalent to invoking VelocityTracker.ComputeCurrentVelocity(int, System.Single) with a maximum velocity of Float.MAX_VALUE.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1