[]
Determines if the passed value is a data hole.
public bool IsHole(double x)
Public Function IsHole(x As Double) As Boolean
| Type | Name | Description |
|---|---|---|
| double | x | Value. |
| Type | Description |
|---|---|
| bool | A boolean value indicating whether the value passed is the equivalent of a data hole. |