ComponentOne Xamarin.iOS
Ease Method


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1Easing Class : Ease Method
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)
public double Ease( 
   double input
)

Parameters

input
See Also

Reference

C1Easing Class
C1Easing Members