Tesla Graphics Engine Documentation (January 2012)
CheckIndex Method (length, index, count)
TeslaTesla.CoreDataBufferCheckIndex(Int32, Int32, Int32)
Checks if the array can be accessed starting from its index and the number of elements to process.
Declaration Syntax
C#
protected void CheckIndex(
	int length,
	int index,
	int count
)
Parameters
length (Int32)
The array length.
index (Int32)
The starting index.
count (Int32)
The element count.
Exceptions
Exception Condition
ArgumentOutOfRangeException Thrown if any of the input values are out of range.

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)