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

In This Topic
    isBetween Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function isBetween( _
       ByVal value As Double, _
       ByVal bound1 As Double, _
       ByVal bound2 As Double _
    ) As Boolean
    public static bool isBetween( 
       double value,
       double bound1,
       double bound2
    )

    Parameters

    value
    bound1
    bound2
    See Also