IsInfinity Method

CuttingEdge.Conditions

Overload List

  NameDescription
IsInfinity(ConditionValidator<(Of <(Double>)>))
Checks whether the given value is infinity. An exception is thrown otherwise.
IsInfinity(ConditionValidator<(Of <(Single>)>))
Checks whether the given value is infinity. An exception is thrown otherwise.
IsInfinity(ConditionValidator<(Of <(Double>)>), String)
Checks whether the given value is infinity. An exception is thrown otherwise.
IsInfinity(ConditionValidator<(Of <(Single>)>), String)
Checks whether the given value is infinity. An exception is thrown otherwise.

See Also