Skip to main content

Class ShrI64U

Represents "i64.shr_u" instruction.

Assembly: WaaS.Core.dll
Declaration
[OpCode(136)]
public class ShrI64U : BinaryInstruction<ulong, ValueTypeI64>

Inheritance: System.Object -> WaaS.Models.Instruction -> WaaS.Models.BinaryInstruction<System.UInt64,WaaS.ValueTypeI64>

Methods

Operate(ulong, ulong)

View Source
Declaration
protected override ulong Operate(ulong lhs, ulong rhs)
Returns

System.UInt64

Parameters
TypeName
System.UInt64lhs
System.UInt64rhs