Click or drag to resize

FlatHexPointMultiply Operator (FlatHexPoint, Int32)

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

Parameters

point
Type: Gamelogic.GridsFlatHexPoint
n
Type: SystemInt32

Return Value

Type: FlatHexPoint
See Also