Class ConvertI32F64U
Represents "f64.convert_i32_u" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(184)]
public class ConvertI32F64U : UnaryInstruction<uint, ValueTypeI32, double, ValueTypeF64>
Inheritance: System.Object
-> WaaS.Models.Instruction -> WaaS.Models.UnaryInstruction<System.UInt32,WaaS.ValueTypeI32,System.Double,WaaS.ValueTypeF64>
Methods
Operate(uint)
View Source
Declaration
protected override double Operate(uint value)
Returns
System.Double
Parameters
Type | Name |
---|---|
System.UInt32 | value |