div

inline operator fun ObservableNumberValue.div(other: ObservableNumberValue): NumberBinding

See also

NumberExpressionBase.divide

inline operator fun ObservableDoubleValue.div(other: ObservableDoubleValue): DoubleBinding
inline operator fun ObservableDoubleValue.div(other: Double): DoubleBinding
inline operator fun Double.div(other: ObservableDoubleValue): DoubleBinding
inline operator fun ObservableDoubleValue.div(other: Float): DoubleBinding
inline operator fun Float.div(other: ObservableDoubleValue): DoubleBinding
inline operator fun ObservableDoubleValue.div(other: Long): DoubleBinding
inline operator fun Long.div(other: ObservableDoubleValue): DoubleBinding
inline operator fun ObservableDoubleValue.div(other: Int): DoubleBinding
inline operator fun Int.div(other: ObservableDoubleValue): DoubleBinding

See also

DoubleExpression.divide

inline operator fun ObservableFloatValue.div(other: Double): DoubleBinding
inline operator fun Double.div(other: ObservableFloatValue): DoubleBinding
inline operator fun ObservableFloatValue.div(other: Float): FloatBinding
inline operator fun Float.div(other: ObservableFloatValue): FloatBinding
inline operator fun ObservableFloatValue.div(other: Long): FloatBinding
inline operator fun Long.div(other: ObservableFloatValue): FloatBinding
inline operator fun ObservableFloatValue.div(other: Int): FloatBinding
inline operator fun Int.div(other: ObservableFloatValue): FloatBinding

See also

FloatExpression.divide

inline operator fun ObservableIntegerValue.div(other: Double): DoubleBinding
inline operator fun Double.div(other: ObservableIntegerValue): DoubleBinding
inline operator fun ObservableIntegerValue.div(other: Float): FloatBinding
inline operator fun Float.div(other: ObservableIntegerValue): FloatBinding
inline operator fun ObservableIntegerValue.div(other: Long): LongBinding
inline operator fun Long.div(other: ObservableIntegerValue): LongBinding
inline operator fun ObservableIntegerValue.div(other: Int): IntegerBinding
inline operator fun Int.div(other: ObservableIntegerValue): IntegerBinding

See also

IntegerExpression.divide

inline operator fun ObservableLongValue.div(other: Double): DoubleBinding
inline operator fun Double.div(other: ObservableLongValue): DoubleBinding
inline operator fun ObservableLongValue.div(other: Float): FloatBinding
inline operator fun Float.div(other: ObservableLongValue): FloatBinding
inline operator fun ObservableLongValue.div(other: Long): LongBinding
inline operator fun Long.div(other: ObservableLongValue): LongBinding
inline operator fun ObservableLongValue.div(other: Int): LongBinding
inline operator fun Int.div(other: ObservableLongValue): LongBinding

See also

LongExpression.divide