Class GreaterOrEqual
Compares two inputs to determine whether the first is greater than or equal to the second.
Inheritance
object
GreaterOrEqual
Assembly: solution.dll
Syntax
[UnitCategory]
[UnitOrderAttribute]
public sealed class GreaterOrEqual : BinaryComparisonUnit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Properties
comparison
Whether A is greater than or equal to B.
Declaration
[PortLabelAttribute]
public override ValueOutput comparison { get; }
Property Value
Overrides
Methods
GenericComparison(object, object)
Declaration
protected override bool GenericComparison(object a, object b)
Parameters
| Type |
Name |
Description |
| object |
a |
|
| object |
b |
|
Returns
Overrides
NumericComparison(float, float)
Declaration
protected override bool NumericComparison(float a, float b)
Parameters
Returns
Overrides
Implements
IDisposable
Extension Methods