2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / StatisticalData.IsHole Delegate

In This Topic
    StatisticalData.IsHole Delegate
    In This Topic
    Syntax
    'Declaration
     
    Public Delegate Function StatisticalData.IsHole( _
       ByVal x As System.Double _
    ) As System.Boolean
    public delegate System.bool StatisticalData.IsHole( 
       System.double x
    )

    Parameters

    x
    See Also