Skip to main content

Class SqrtF64

Represents "f64.sqrt" instruction.

Assembly: WaaS.Core.dll
Declaration
[OpCode(159)]
public class SqrtF64 : 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