MathComparisonGreaterOrEquals class

If Greater or Equals Comparison

Looks for a bigger MathExpression

Inheritance
Available Extensions

Constructors

MathComparisonGreaterOrEquals(MathExpression left, MathExpression right)
Creates a greater or equals comparison
const

Properties

hashCode int
The hash code for this object.
no setterinherited
left MathExpression
Left comparable
finalinherited
Right comparable
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

calc(MathVariableValues values, {MathCustomFunctionsImplemented customFunctions = const MathCustomFunctionsImplemented({})}) num?
Generalized value for all sorts of math expressions, but result is not guaranteed.
override
getUsedFreeformFunctions() Set<MathDefinitionFunctionFreeform>
Get mentioned custom defined functions that are required to evaluate the expression
inherited
getUsedVariables() Set<String>
Get mentioned variables that are required to evaluate the expression
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited