Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.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)
    public double Ease( 
       double input
    )

    Parameters

    input
    See Also