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