Class ConvertI64F64U
Represents "f64.convert_i64_u" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(186)]
public class ConvertI64F64U : UnaryInstruction<ulong, ValueTypeI64, double, ValueTypeF64>
Inheritance: System.Object
-> WaaS.Models.Instruction -> WaaS.Models.UnaryInstruction<System.UInt64,WaaS.ValueTypeI64,System.Double,WaaS.ValueTypeF64>
Methods
Operate(ulong)
View Source
Declaration
protected override double Operate(ulong value)
Returns
System.Double
Parameters
Type | Name |
---|---|
System.UInt64 | value |