times

inline operator fun Float.times(other: AngleF): AngleF

Multiplies this value by the other value.


inline operator fun Float.times(other: ComplexF): ComplexF

Multiplies this real number by the other complex number.


inline operator fun Float.times(other: Vector2F): Vector2F
inline operator fun Int.times(other: Vector2I): Vector2I

Multiplies this vector by the other scalar.