IsNotNaN Method

CuttingEdge.Conditions

Overload List

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

See Also