Android.Graphics.Interpolator.TimeToValues Method
Calls timeToValues(msec, values) with the msec set to now (by calling (int)SystemClock.uptimeMillis().

Syntax

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

Parameters

values
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Calls timeToValues(msec, values) with the msec set to now (by calling (int)SystemClock.uptimeMillis().)

[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