'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.
'Declaration Public Function IsHole( _ ByVal x As System.Double _ ) As System.Boolean
public System.bool IsHole( System.double x )