Click or drag to resize

PointyHexPointMultiply Operator (PointyHexPoint, Int32)

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

Parameters

point
Type: Gamelogic.GridsPointyHexPoint
n
Type: SystemInt32

Return Value

Type: PointyHexPoint
See Also