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