Skip to main content

Class EqF64

Represents "f64.eq" instruction.

Assembly: WaaS.Core.dll
Declaration
[OpCode(97)]
public class EqF64 : BinaryBoolInstruction<double, ValueTypeF64>

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

Methods

Operate(double, double)

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

System.Boolean

Parameters
TypeName
System.Doublelhs
System.Doublerhs