Class MaxF32
Represents "f32.max" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(151)]
public class MaxF32 : BinaryInstruction<float, ValueTypeF32>
Inheritance: System.Object -> WaaS.Models.Instruction -> WaaS.Models.BinaryInstruction<System.Single,WaaS.ValueTypeF32>
Methods
Operate(float, float)
View Source
Declaration
protected override float Operate(float lhs, float rhs)
Returns
System.Single
Parameters
| Type | Name | 
|---|---|
| System.Single | lhs | 
| System.Single | rhs |