Class TruncF64I32U
Represents "i32.trunc_f64_u" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(171)]
public class TruncF64I32U : UnaryInstruction<double, ValueTypeF64, uint, ValueTypeI32>
Inheritance: System.Object
-> WaaS.Models.Instruction -> WaaS.Models.UnaryInstruction<System.Double,WaaS.ValueTypeF64,System.UInt32,WaaS.ValueTypeI32>
Methods
Operate(double)
View Source
Declaration
protected override uint Operate(double value)
Returns
System.UInt32
Parameters
Type | Name |
---|---|
System.Double | value |