Vector<T>.Item(Range) Property

Gets or sets a range of elements of the vector.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual Vector<T> this[
	Range range
] { get; set; }

Parameters

range  Range
 

Property Value

Vector<T>

Exceptions

ArgumentNullExceptionvalue is null
DimensionMismatchException The length of the range specified by range does not equal the length of value.

See Also