multiplicationAssignType

open override fun multiplicationAssignType(other: ShakeType, scope: ShakeScope): ShakeType?(source)

Performs multiplication assignment on this entity's type.

Return

The resulting type after the multiplication assignment.

Parameters

other

The type to be multiplied.

scope

The scope in which the multiplication assignment is happening.