Class TruncF32I64U
Represents "i64.trunc_f32_u" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(175)]
public class TruncF32I64U : UnaryInstruction<float, ValueTypeF32, ulong, ValueTypeI64>
Inheritance: System.Object
-> WaaS.Models.Instruction -> WaaS.Models.UnaryInstruction<System.Single,WaaS.ValueTypeF32,System.UInt64,WaaS.ValueTypeI64>
Methods
Operate(float)
View Source
Declaration
protected override ulong Operate(float value)
Returns
System.UInt64
Parameters
Type | Name |
---|---|
System.Single | value |