NVector16b.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the byte value at the specified index.
public byte this[int index] { get; set; }
member this.Item(int) : byte with get, set
Parameters
- index
- Int32
The zero-based index of the element to get or set. Must be between 0 and 15 (inclusive).
Property Value
The byte value at the specified index.
Exceptions
Thrown when index is less than 0 or greater than 15.