Class TruncF64
Represents "f64.trunc" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(157)]
public class TruncF64 : UnaryInstruction<double, ValueTypeF64>
Inheritance: System.Object
-> WaaS.Models.Instruction -> WaaS.Models.UnaryInstruction<System.Double,WaaS.ValueTypeF64>
Methods
Operate(double)
View Source
Declaration
protected override double Operate(double value)
Returns
System.Double
Parameters
Type | Name |
---|---|
System.Double | value |