Class TruncF64I64S
Represents "i64.trunc_f64_s" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(176)]
public class TruncF64I64S : 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 |