IsNotNegativeInfinity Method

CuttingEdge.Conditions

Overload List

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

See Also