Step Details | |
Introduced in Version | -- |
Last Modified in Version | 8.17.0 |
Location | Data > Text > Double |
In the Flow Designer, there are two Rule Steps that check whether the value is a Positive Infinity or Negative Infinity based on the input.
These steps are used in conjunction with the Create Infinity (Double) Step.
Step Name | Description |
---|---|
Is Negative Infinity (Double) | Returns True or False indicating whether the specified number evaluates to negative infinity |
Is Positive Infinity (Double) | Returns True or False indicating whether the specified number evaluates to positive infinity |
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Value | Infinity value to confirm whether it is positive or negative | Double |
Related Information