Tesla Graphics Engine Documentation (January 2012)
Set Method (data, count)
TeslaTesla.CoreDataBuffer<(Of <(<'T>)>)>Set(array<T>[]()[][], Int32)
Relative bulk set operation. Stores the specified number of the values in the input array into the buffer, incrementing the position of the buffer as it goes. The buffer must have sufficient space and bounds checks are enforced.
Declaration Syntax
C#
public void Set(
	T[] data,
	int count
)
Parameters
data (array<T>[]()[][])
Array data to copy from
count (Int32)
Number of elements to copy
Exceptions
Exception Condition
ArgumentNullException Thrown if the array is null or length is zero
ArgumentOutOfRangeException Thrown if the operation will exceed the buffer's available capacity

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