Skip to main content

Class DivF64

Represents "f64.div" instruction.

Assembly: WaaS.Core.dll
Declaration
[OpCode(163)]
public class DivF64 : BinaryInstruction<double, ValueTypeF64>

Inheritance: System.Object -> WaaS.Models.Instruction -> WaaS.Models.BinaryInstruction<System.Double,WaaS.ValueTypeF64>

Methods

Operate(double, double)

View Source
Declaration
protected override double Operate(double lhs, double rhs)
Returns

System.Double

Parameters
TypeName
System.Doublelhs
System.Doublerhs