Skip to main content

Class PopcntI64

Represents "i64.popcnt" instruction.

Assembly: WaaS.Core.dll
Declaration
[OpCode(123)]
public class PopcntI64 : UnaryInstruction<ulong, ValueTypeI64>

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

Methods

Operate(ulong)

View Source
Declaration
protected override ulong Operate(ulong value)
Returns

System.UInt64

Parameters
TypeName
System.UInt64value