Skip to main content

Class GeF64S

Represents "f64.ge" instruction.

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