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