Click or drag to resize

VectorPointMultiply Operator

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

Parameters

point
Type: Gamelogic.GridsVectorPoint
n
Type: SystemInt32

Return Value

Type: VectorPoint
See Also