IsNotPositiveInfinity Method

CuttingEdge.Conditions

Overload List

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

See Also