Min¶
Doc Home > API Index > control > Min
Inheritance¶
sys::Obj sys::Virtual sys::Component control::Min
public class Min
[niagaraIcon="module://icons/x16/control/control.png"]
Min selects the lowest of 2 inputs to send to the output
Fields¶
in1¶
public property float in1
first value for comparison
in2¶
public property float in2
second value for comparison
out¶
public property float out [readonly]
the minimum of in1 and in2
Methods¶
execute¶
public virtual override void execute()
Execute the comparison
Doc Home > API Index > control > Min
Last update: April 28, 2020