Class FlexOpMax
- Assembly
- ValveResourceFormat.dll
Flex operation that computes the maximum of two values.
public class FlexOpMax : FlexOpInheritance
Inherited Members
Constructors
FlexOpMax(float)
Initializes a new instance of the ValveResourceFormat.ResourceTypes.ModelFlex.FlexOps.FlexOpMax class.
public FlexOpMax(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 maximum value.