IInterpolator.GetInterpolation(Single) メソッド

定義

アニメーションの経過分数を補間された分数にマップします。

[Android.Runtime.Register("getInterpolation", "(F)F", "GetGetInterpolation_FHandler:Android.Views.Animations.IInterpolatorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public float GetInterpolation(float input);
[<Android.Runtime.Register("getInterpolation", "(F)F", "GetGetInterpolation_FHandler:Android.Views.Animations.IInterpolatorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetInterpolation : single -> single

パラメーター

input
Single

アニメーションの現在のポイントを示す 0 ~ 1.0 の値。0 は開始位置、1.0 は終了です。

返品

オーバーシュート補間器の場合は 1.0 より大きく、アンダーシュート補間の場合は 0 未満の補間値を指定できます。

実装

属性

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象