Android.Graphics.Interpolator.TimeToValues Method
Given a millisecond time value (msec), return the interpolated values and return whether the specified time was within the range of key times (NORMAL), was before the first key time (FREEZE_START) or after the last key time (FREEZE_END).

Syntax

[Android.Runtime.Register("timeToValues", "(I[F)Landroid/graphics/Interpolator$Result;", "GetTimeToValues_IarrayFHandler")]
public virtual Interpolator.Result TimeToValues (int msec, float[] values)

Parameters

msec
The time (in milliseconds) used to sample into the Interpolator. Based on the SystemClock.uptimeMillis() clock
values
Where to write the computed values (may be NULL).

Returns

Documentation for this section has not yet been entered.

Remarks

Given a millisecond time value (msec), return the interpolated values and return whether the specified time was within the range of key times (NORMAL), was before the first key time (FREEZE_START) or after the last key time (FREEZE_END). In any event, computed values are always returned.

[Android Documentation]

Requirements

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