FutureOrDoubleExtension extension
Operators
-
operator *(
FutureOr< double> other) → FutureOr<double> -
Operator to multiply
FutureOr<double>
. -
operator +(
FutureOr< double> other) → FutureOr<double> -
Operator to sum
FutureOr<double>
. -
operator -(
FutureOr< double> other) → FutureOr<double> -
Operator to subtract
FutureOr<double>
. -
operator /(
FutureOr< double> other) → FutureOr<double> -
Operator to divide
FutureOr<double>
. -
operator ~/(
FutureOr< double> other) → FutureOr<int> -
Operator to divide (to int)
FutureOr<int>
.