Class LtF64
Represents "f64.lt" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(99)]
public class LtF64 : 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 |