[]
        
(Showing Draft Content)

C1.Win.C1Chart.ChartData.IsHole

IsHole Method

IsHole(float)

Returns true whenever the value passed will be interpreted as a data hole.

Declaration
public bool IsHole(float x)
Parameters
Type Name Description
float x
Returns
Type Description
bool
Remarks

The value is automatically converted to the internal data type based upon the data type of the value specified. The value is then compared to the stored data hole. Note that indeterminate floating point data values including Infinity or NaN are treated as hole values.

IsHole(double)

Returns true whenever the value passed will be interpreted as a data hole.

Declaration
public bool IsHole(double x)
Parameters
Type Name Description
double x
Returns
Type Description
bool
Remarks

The value is automatically converted to the internal data type based upon the data type of the value specified. The value is then compared to the stored data hole. Note that indeterminate floating point data values including Infinity or NaN are treated as hole values.

IsHole(object)

Returns true whenever the value passed will be interpreted as a data hole.

Declaration
public bool IsHole(object o)
Parameters
Type Name Description
object o
Returns
Type Description
bool
Remarks

The value is automatically converted to the internal data type based upon the data type of the value specified. The value is then compared to the stored data hole. Note that indeterminate floating point data values including Infinity or NaN are treated as hole values.