Skip to main content

Class AbsF64

Represents "f64.abs" instruction.

Assembly: WaaS.Core.dll
Declaration
[OpCode(153)]
public class AbsF64 : 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
TypeName
System.Doublevalue