Class TruncF32I32U
Represents "i32.trunc_f32_u" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(169)]
public class TruncF32I32U : 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 |