*(_:_:)
Returns a size that’s the product of a scalar value and a size.
Declaration
static func * (lhs: Double, rhs: Size3D) -> Size3DParameters
- lhs:
The left-hand-side value.
- rhs:
The right-hand-side value.
Returns a size that’s the product of a scalar value and a size.
static func * (lhs: Double, rhs: Size3D) -> Size3DThe left-hand-side value.
The right-hand-side value.