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

In This Topic
    lerpNumber Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function lerpNumber( _
       ByVal from As Nullable(Of Double), _
       ByVal to As Nullable(Of Double), _
       ByVal t As Double _
    ) As Double
    public static double lerpNumber( 
       Nullable<double> from,
       Nullable<double> to,
       double t
    )

    Parameters

    from
    to
    t
    See Also