Table of Contents

Class FlexOpMin

Namespace
ValveResourceFormat.ResourceTypes.ModelFlex.FlexOps
Assembly
ValveResourceFormat.dll

Flex operation that computes the minimum of two values.

public class FlexOpMin : FlexOp

Inheritance

Inherited Members

Constructors

FlexOpMin(float)

Initializes a new instance of the ValveResourceFormat.ResourceTypes.ModelFlex.FlexOps.FlexOpMin class.

public FlexOpMin(float data)

Parameters

data float

Methods

Run(in FlexRuleContext)

Executes the flex operation.

public override void Run(in FlexRuleContext context)

Parameters

context FlexRuleContext

Remarks

Pops two values from the stack and pushes the minimum value.