toggle menu
doodle
0.10.3
common
switch theme
search in API
core
/
io.nacular.doodle.geometry
/
times
times
common
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
Point.
times
operator
fun
Int
.
times
(
value
:
Vector3D
)
:
Vector3D
operator
fun
Float
.
times
(
value
:
Vector3D
)
:
Vector3D
operator
fun
Double
.
times
(
value
:
Vector3D
)
:
Vector3D
See also
Vector3D.
times