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
Type | Name |
---|---|
System.Double | lhs |
System.Double | rhs |