Core Library for WPF | ComponentOne
C1.WPF.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
    public double Ease( 
       double input
    )

    Parameters

    input
    See Also