Click or drag to resize

DiamondPointMultiply Operator (DiamondPoint, Int32)

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static DiamondPoint operator *(
	DiamondPoint point,
	int n
)

Parameters

point
Type: Gamelogic.GridsDiamondPoint
n
Type: SystemInt32

Return Value

Type: DiamondPoint
See Also