IsNegativeInfinity Method

CuttingEdge.Conditions

Overload List

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

See Also