| Name | Description |
|---|
 | Minimum(String, String, BaseNode, BaseNode) |
Initializes a new instance of Minimum where the values of x and y are both channels.
|
 | Minimum(String, String, BaseNode, Double) |
Initializes a new instance of Minimum where the value of x is a channel and the value of y is a constant.
|
 | Minimum(String, String, Double, BaseNode) |
Initializes a new instance of Minimum where the value of x is a constant and the value of y is a channel.
|
 | Minimum(String, String, Double, Double) |
Initializes a new instance of Minimum where the values of x and y are both constants.
|