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