MatrixOpsStartRightT Method |
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate static void StartRight<T>(
ref MatrixOpsMatrixO<T> grid,
int startx,
int starty,
T test,
T set,
bool testup
)
Private Shared Sub StartRight(Of T) (
ByRef grid As MatrixOpsMatrixO(Of T),
startx As Integer,
starty As Integer,
test As T,
set As T,
testup As Boolean
)
private:
generic<typename T>
static void StartRight(
MatrixOpsMatrixO<T>^% grid,
int startx,
int starty,
T test,
T set,
bool testup
)
private static member StartRight :
grid : MatrixOpsMatrixO<'T> byref *
startx : int *
starty : int *
test : 'T *
set : 'T *
testup : bool -> unit
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