Share via


NVector16b.Item[Int32] Property

Definition

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.

Applies to