Click or drag to resize

BunchTMultiply Operator (BunchT, BunchT)

Multiply the amount by another bunch's amount.

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static Bunch<T> operator *(
	Bunch<T> bunch1,
	Bunch<T> bunch2
)
Request Example View Source

Parameters

bunch1
Type: Kit.ContainersBunchT
bunch2
Type: Kit.ContainersBunchT

Return Value

Type: BunchT
See Also