Tesla Graphics Engine Documentation (January 2012)
Get Method
TeslaTesla.CoreDataBuffer<(Of <(<'T>)>)>Get()()()()
Members
Icon Member Description
Get()()()()
Relative get operation. Returns the next element and increments position by one.

Get(Int32)
Absolute get operation. Returns the element at the specified index, provided it is within range.

Get(array<T>[]()[][])
Relative bulk get operation. Copies the data from the buffer at the current position to the end of the array store.

Get(array<T>[]()[][], Int32)
Relative bulk get operation. Copies data from the buffer at the current position to position + count to the array.

Get(array<T>[]()[][], Int32, Int32)
Relative bulk get operation. Copies data from the buffer at the current position to position + count to the array starting at the startIndex.

Get(array<Byte>[]()[][], Int32, Int32)
Relative get operation that copies byte store from the buffer.
(Overrides DataBuffer.Get(array<Byte>[]()[][], Int32, Int32).)
Get(array<Byte>[]()[][])
Relative get operation that copies byte store from the buffer.

Get(array<Byte>[]()[][], Int32)
Relative get operation that copies byte store from the buffer.

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