Easing.Implicit(Func<Double,Double> to Easing) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts a function into an Easing.
public static implicit operator Xamarin.Forms.Easing (Func<double,double> func);
static member op_Implicit : Func<double, double> -> Xamarin.Forms.Easing
Parameters
- func
- System.Func<System.Double,System.Double>
An easing function.
Returns
An Easing for the func
.
Remarks
An easing function should return a value of (or near) 0 at 0 and 1 (or near) for 1.