Click or drag to resize
MatrixOpsStartRightT Method

Namespace: ANDREICSLIB.Helpers
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
private static void StartRight<T>(
	ref MatrixOpsMatrixO<T> grid,
	int startx,
	int starty,
	T test,
	T set,
	bool testup
)

Parameters

grid
Type: ANDREICSLIB.HelpersMatrixOpsMatrixOT
startx
Type: SystemInt32
starty
Type: SystemInt32
test
Type: T
set
Type: T
testup
Type: SystemBoolean

Type Parameters

T
See Also