C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1Easing Class / Ease Method


In This Topic
Ease Method
In This Topic
Applies the easing function to the specified value input.
Syntax
'Declaration
 
Public Function Ease( _
   ByVal input As Double _
) As Double
 
'Usage
 
Dim instance As C1Easing
Dim input As Double
Dim value As Double
 
value = instance.Ease(input)

Parameters

input
See Also