Android.Views.Animations.PathInterpolator.GetInterpolation Method
Using the line in the Path in this interpolator that can be described as y = f(x), finds the y coordinate of the line given t as the x coordinate.

Syntax

[Android.Runtime.Register("getInterpolation", "(F)F", "GetGetInterpolation_FHandler")]
public virtual float GetInterpolation (float t)

See Also

Android.Animation.ITimeInterpolator.GetInterpolation(float)

Parameters

t
Treated as the x coordinate along the line.

Returns

Documentation for this section has not yet been entered.

Remarks

Using the line in the Path in this interpolator that can be described as y = f(x), finds the y coordinate of the line given t as the x coordinate. Values less than 0 will always return 0 and values greater than 1 will always return 1.

[Android Documentation]

Requirements

Namespace: Android.Views.Animations
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0