Click or drag to resize

SubsetItem(Int32) Property

Gets and sets the index at the given position.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int this[
	int position
] { get; set; }

Parameters

position  Int32
 

Property Value

Int32
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThrown if the given position is less than zero or less than or equal to the length of this subset.
See Also