Android.Animation.FloatArrayEvaluator Class
This evaluator can be used to perform type interpolation between float[] values.

See Also: FloatArrayEvaluator Members

Syntax

[Android.Runtime.Register("android/animation/FloatArrayEvaluator", DoNotGenerateAcw=true)]
public class FloatArrayEvaluator : Java.Lang.Object, ITypeEvaluator, IDisposable

Remarks

This evaluator can be used to perform type interpolation between float[] values. Each index into the array is treated as a separate value to interpolate. For example, evaluating {100, 200} and {300, 400} will interpolate the value at the first index between 100 and 300 and the value at the second index value between 200 and 400.

[Android Documentation]

Requirements

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