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