ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _CurveLerp Class / _linear Method

In This Topic
    _linear Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _linear( _
       ByVal p1 As Double, _
       ByVal p2 As Double, _
       ByVal t As Double _
    ) As Double
    public static double _linear( 
       double p1,
       double p2,
       double t
    )

    Parameters

    p1
    p2
    t
    See Also