Class FlexOpDiv
Namespace: ValveResourceFormat.ResourceTypes.ModelFlex.FlexOps
Assembly: ValveResourceFormat.dll
Flex operation that divides two values.
csharp
public class FlexOpDiv : FlexOpInheritance
Inherited Members
FlexOp.Data, FlexOp.Run(in FlexRuleContext), FlexOp.Build(string, int)
Constructors
FlexOpDiv(float)
Initializes a new instance of the class.
csharp
public FlexOpDiv(float data)Parameters
data float
Methods
Run(in FlexRuleContext)
Executes the flex operation.
csharp
public override void Run(in FlexRuleContext context)Parameters
context FlexRuleContext
Remarks
Pops two values from the stack and pushes their quotient.

