ExpressionNumDivide<T extends num> class final

Inheritance
Available extensions

Constructors

ExpressionNumDivide.new(Expr<T> left, Expr<T> right)

Properties

hashCode int
The hash code for this object.
no setterinherited
left Expr<T>
finalinherited
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(Expr<double> other) Expr<double>

Available on Expr<double>, provided by the ExpressionDouble extension

Add this expression to other.
addValue(double other) Expr<double>

Available on Expr<double>, provided by the ExpressionDouble extension

Add this expression to other.
asInt() Expr<int>

Available on Expr<double>, provided by the ExpressionDouble extension

Cast as integer.
asString() Expr<String>

Available on Expr<double>, provided by the ExpressionDouble extension

Cast as string.
divide(Expr<double> other) Expr<double>

Available on Expr<double>, provided by the ExpressionDouble extension

Add this expression to other.
divideValue(double other) Expr<double>

Available on Expr<double>, provided by the ExpressionDouble extension

Add this expression to other.
multiply(Expr<double> other) Expr<double>

Available on Expr<double>, provided by the ExpressionDouble extension

Add this expression to other.
multiplyValue(double other) Expr<double>

Available on Expr<double>, provided by the ExpressionDouble extension

Add this expression to other.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
subtract(Expr<double> other) Expr<double>

Available on Expr<double>, provided by the ExpressionDouble extension

Add this expression to other.
subtractValue(double other) Expr<double>

Available on Expr<double>, provided by the ExpressionDouble extension

Add this expression to other.
toString() String
A string representation of this object.
inherited

Operators

operator *(Expr<double> other) Expr<double>

Available on Expr<double>, provided by the ExpressionDouble extension

Add this expression to other.
operator +(Expr<double> other) Expr<double>

Available on Expr<double>, provided by the ExpressionDouble extension

Add this expression to other.
operator -(Expr<double> other) Expr<double>

Available on Expr<double>, provided by the ExpressionDouble extension

Add this expression to other.
operator /(Expr<double> other) Expr<double>

Available on Expr<double>, provided by the ExpressionDouble extension

Add this expression to other.
operator ==(Object other) bool
The equality operator.
inherited