Class ConvertI32F32U
Represents "f32.convert_i32_u" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(179)]
public class ConvertI32F32U : 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 |