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