Class FlexOpMin
- Assembly
- ValveResourceFormat.dll
Flex operation that computes the minimum of two values.
public class FlexOpMin : FlexOpInheritance
Inherited Members
Constructors
FlexOpMin(float)
Initializes a new instance of the ValveResourceFormat.ResourceTypes.ModelFlex.FlexOps.FlexOpMin class.
public FlexOpMin(float data)Parameters
datafloat
Methods
Run(in FlexRuleContext)
Executes the flex operation.
public override void Run(in FlexRuleContext context)Parameters
contextFlexRuleContext
Remarks
Pops two values from the stack and pushes the minimum value.