Class ConvertI32F32S
Represents "f32.convert_i32_s" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(178)]
public class ConvertI32F32S : UnaryInstruction<uint, ValueTypeI32, float, ValueTypeF32>
Inheritance: System.Object -> WaaS.Models.Instruction -> WaaS.Models.UnaryInstruction<System.UInt32,WaaS.ValueTypeI32,System.Single,WaaS.ValueTypeF32>
Methods
Operate(uint)
View Source
Declaration
protected override float Operate(uint value)
Returns
System.Single
Parameters
| Type | Name | 
|---|---|
| System.UInt32 | value |