IsNaN Method

CuttingEdge.Conditions

Overload List

  NameDescription
IsNaN(ConditionValidator<(Of <(Double>)>))
Checks whether the given value is a valid number. An exception is thrown otherwise.
IsNaN(ConditionValidator<(Of <(Single>)>))
Checks whether the given value is a valid number. An exception is thrown otherwise.
IsNaN(ConditionValidator<(Of <(Double>)>), String)
Checks whether the given value is a valid number. An exception is thrown otherwise.
IsNaN(ConditionValidator<(Of <(Single>)>), String)
Checks whether the given value is a valid number. An exception is thrown otherwise.

See Also