Class CeilingDensity
Caps the input node at an upper limit (hard min with the limit).
public sealed class CeilingDensity : Density
- Inheritance
-
CeilingDensity
- Inherited Members
Constructors
CeilingDensity(double, Density?)
Caps the input node at an upper limit (hard min with the limit).
public CeilingDensity(double limit, Density? input)
Parameters
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[]