times

operator fun Size.times(value: Int): Size

Returns a Size with width * value and height * value

Parameters

value

to multiply by


operator fun Size.times(value: Float): Size
operator fun Size.times(value: Double): Size


operator fun Int.times(value: Vector2D): Vector2D
operator fun Float.times(value: Vector2D): Vector2D
operator fun Double.times(value: Vector2D): Vector2D

See also


operator fun Int.times(value: Vector3D): Vector3D
operator fun Float.times(value: Vector3D): Vector3D
operator fun Double.times(value: Vector3D): Vector3D

See also