Class InverterDensity
Negates the input node.
public sealed class InverterDensity : Density
- Inheritance
-
InverterDensity
- Inherited Members
Constructors
InverterDensity(Density?)
Negates the input node.
public InverterDensity(Density? input)
Parameters
inputDensity
Methods
Process(Context)
public override double Process(Density.Context context)
Parameters
Returns
SetInputs(Density[])
Wire this node's inputs (no-op for leaf nodes).
public override void SetInputs(Density[] inputs)
Parameters
inputsDensity[]