Skip to main content

Class GeF32S

Represents "f32.ge" instruction.

Assembly: WaaS.Core.dll
Declaration
[OpCode(96)]
public class GeF32S : BinaryBoolInstruction<float, ValueTypeF32>

Inheritance: System.Object -> WaaS.Models.Instruction -> WaaS.Models.BinaryBoolInstruction<System.Single,WaaS.ValueTypeF32>

Methods

Operate(float, float)

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

System.Boolean

Parameters
TypeName
System.Singlelhs
System.Singlerhs