Class ConvertI64F32S
Represents "f32.convert_i64_s" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(180)]
public class ConvertI64F32S : UnaryInstruction<ulong, ValueTypeI64, float, ValueTypeF32>
Inheritance: System.Object
-> WaaS.Models.Instruction -> WaaS.Models.UnaryInstruction<System.UInt64,WaaS.ValueTypeI64,System.Single,WaaS.ValueTypeF32>
Methods
Operate(ulong)
View Source
Declaration
protected override float Operate(ulong value)
Returns
System.Single
Parameters
Type | Name |
---|---|
System.UInt64 | value |