[]
Returns true whenever the value passed will be interpreted as a data hole.
public bool IsHole(float x)
Type | Name | Description |
---|---|---|
float | x |
Type | Description |
---|---|
bool |
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.
Returns true whenever the value passed will be interpreted as a data hole.
public bool IsHole(double x)
Type | Name | Description |
---|---|---|
double | x |
Type | Description |
---|---|
bool |
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.
Returns true whenever the value passed will be interpreted as a data hole.
public bool IsHole(object o)
Type | Name | Description |
---|---|---|
object | o |
Type | Description |
---|---|
bool |
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.