NVectorItem(Int32) Property

Gets or sets the component at a given index.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public int this[
	int index
] { get; set; }

Parameters

index  Int32
The index of the component.

Return Value

Int32
The value at the given index.

See Also