OptionalNumX<T extends num> extension

on
  • T?

Operators

operator %(T other) → T?

Available on T?, provided by the OptionalNumX extension

operator *(T other) → T?

Available on T?, provided by the OptionalNumX extension

operator +(T other) → T?

Available on T?, provided by the OptionalNumX extension

operator -(T other) → T?

Available on T?, provided by the OptionalNumX extension

operator /(T other) → T?

Available on T?, provided by the OptionalNumX extension

operator <(T other) bool?

Available on T?, provided by the OptionalNumX extension

operator <=(T other) bool?

Available on T?, provided by the OptionalNumX extension

operator >(T other) bool?

Available on T?, provided by the OptionalNumX extension

operator >=(T other) bool?

Available on T?, provided by the OptionalNumX extension

operator ~/(T other) → T?

Available on T?, provided by the OptionalNumX extension