Kit Documentation
Kit Documentation
Kit Reference
Kit.Containers
Bunch(T) Structure
Bunch(T) Operators
Multiply Operator
Multiply Operator (Bunch(T), Bunch(T))
Multiply Operator (Bunch(T), Int32)
Multiply Operator (Bunch(T), Single)
Bunch
T
Multiply Operator (Bunch
T
, Single)
Multiply the amount by a number.
Namespace:
Kit.Containers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
static
Bunch
<T>
operator
*
(
Bunch
<T>
bunch
,
float
multiply
)
Request Example
View Source
Parameters
bunch
Type:
Kit.Containers
Bunch
T
multiply
Type:
System
Single
Return Value
Type:
Bunch
T
See Also
Reference
Bunch
T
Structure
Multiply Overload
Kit.Containers Namespace
Send comments on this topic to
agam@frag-games.com