ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DDataSet Class / IsHole Method
Value.

In This Topic
    IsHole Method
    In This Topic
    Determines if the passed value is a data hole.
    Syntax
    'Declaration
     
    Public Function IsHole( _
       ByVal x As System.Double _
    ) As System.Boolean
    public System.bool IsHole( 
       System.double x
    )

    Parameters

    x
    Value.

    Return Value

    A boolean value indicating whether the value passed is the equivalent of a data hole.
    See Also