Class GreaterEqual
Infix GreaterEqual operation.
Operand Count: 2
Operands
- Operand1 : any
- Operand2 : any
Output Type: Boolean
Usage: 3 >= 2
Precedance: 50
Implements
Inherited Members
Namespace: Albatross.Expression.Operations
Assembly: Albatross.Expression.dll
Syntax
public class GreaterEqual : ComparisonInfixOperation, IToken
Properties
Name
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Precedence
Declaration
public override int Precedence { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
Symbolic
Declaration
public override bool Symbolic { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
interpret(Int32)
Declaration
public override bool interpret(int comparisonResult)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | comparisonResult |
Returns
Type | Description |
---|---|
System.Boolean |