Class ExtendS32I64
Represents "i64.extend32_s" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(196)]
public class ExtendS32I64 : 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
Type | Name |
---|---|
System.UInt64 | value |