Class ReinterpretI64F64
Represents "f64.reinterpret_i64" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(191)]
public class ReinterpretI64F64 : 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 |