Class LeI64S
Represents "i64.le_s" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(87)]
public class LeI64S : BinaryBoolInstruction<ulong, ValueTypeI64>
Inheritance: System.Object -> WaaS.Models.Instruction -> WaaS.Models.BinaryBoolInstruction<System.UInt64,WaaS.ValueTypeI64>
Methods
Operate(ulong, ulong)
View Source
Declaration
protected override bool Operate(ulong lhs, ulong rhs)
Returns
System.Boolean
Parameters
| Type | Name |
|---|---|
System.UInt64 | lhs |
System.UInt64 | rhs |