sys::Obj sys::Virtual sys::Component control::Neg
public class Neg
[niagaraIcon="module://icons/x16/control/math/subtract.png"]
Neg Negate math object
out = -in
public property float in
input
public property float out [readonly]
output is negative of the input
public virtual override void execute()
Execute is called once every scan.