| Name | Description |
|---|
 | Conditional(String, String, UInt16, BaseNode, BaseNode, BaseNode, BaseNode) |
Initializes a new instance of Conditional. In the conditional formula (If (X compare Y), then W. Else, Z.), Y, W, and Z are all channel values.
|
 | Conditional(String, String, UInt16, BaseNode, BaseNode, BaseNode, Double) |
Initializes a new instance of Conditional. In the conditional formula (If (X compare Y), then W. Else, Z.), Y and W are channel values, and Z is a constant.
|
 | Conditional(String, String, UInt16, BaseNode, BaseNode, Double, BaseNode) |
Initializes a new instance of Conditional. In the conditional formula (If (X compare Y), then W. Else, Z.), Y and Z are both channel values, and W is a constant.
|
 | Conditional(String, String, UInt16, BaseNode, BaseNode, Double, Double) |
Initializes a new instance of Conditional. In the conditional formula (If (X compare Y), then W. Else, Z.), Y is a channel value, and W and Z are both constants.
|
 | Conditional(String, String, UInt16, BaseNode, Double, BaseNode, BaseNode) |
Initializes a new instance of Conditional. In the conditional formula (If (X compare Y), then W. Else, Z.), Y is a constant, and W and Z are both channel values.
|
 | Conditional(String, String, UInt16, BaseNode, Double, BaseNode, Double) |
Initializes a new instance of Conditional. In the conditional formula (If (X compare Y), then W. Else, Z.), Y and Z are both constants, and W is a channel value.
|
 | Conditional(String, String, UInt16, BaseNode, Double, Double, BaseNode) |
Initializes a new instance of Conditional. In the conditional formula (If (X compare Y), then W. Else, Z.), Y and W are constants, and Z is a channel value.
|
 | Conditional(String, String, UInt16, BaseNode, Double, Double, Double) |
Initializes a new instance of Conditional. In the conditional formula (If (X compare Y), then W. Else, Z.), Y, W, and Z are all constants.
|