2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / StatisticalData.IsHole Delegate
The number for test.

In This Topic
    StatisticalData.IsHole Delegate
    In This Topic
    The delegate for data hole test.
    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
    The number for test.
    See Also