Skip to main content

Class CtzI32

Represents "i32.ctz" instruction.

Assembly: WaaS.Core.dll
Declaration
[OpCode(104)]
public class CtzI32 : UnaryInstruction<uint, ValueTypeI32>

Inheritance: System.Object -> WaaS.Models.Instruction -> WaaS.Models.UnaryInstruction<System.UInt32,WaaS.ValueTypeI32>

Methods

Operate(uint)

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

System.UInt32

Parameters
TypeName
System.UInt32value