Skip to main content

Class GeI32U

Represents "i32.ge_u" instruction.

Assembly: WaaS.Core.dll
Declaration
[OpCode(79)]
public class GeI32U : 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
TypeName
System.UInt32lhs
System.UInt32rhs