Class TruncF64I64U
Represents "i64.trunc_f64_u" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(177)]
public class TruncF64I64U : UnaryInstruction<double, ValueTypeF64, ulong, ValueTypeI64>
Inheritance: System.Object
-> WaaS.Models.Instruction -> WaaS.Models.UnaryInstruction<System.Double,WaaS.ValueTypeF64,System.UInt64,WaaS.ValueTypeI64>
Methods
Operate(double)
View Source
Declaration
protected override ulong Operate(double value)
Returns
System.UInt64
Parameters
Type | Name |
---|---|
System.Double | value |