Class GtI32S
Represents "i32.gt_s" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(74)]
public class GtI32S : BinaryBoolInstruction<uint, ValueTypeI32>
Inheritance: System.Object -> WaaS.Models.Instruction -> WaaS.Models.BinaryBoolInstruction<System.UInt32,WaaS.ValueTypeI32>
Methods
Operate(uint, uint)
View Source
Declaration
protected override bool Operate(uint lhs, uint rhs)
Returns
System.Boolean
Parameters
| Type | Name | 
|---|---|
| System.UInt32 | lhs | 
| System.UInt32 | rhs |