Click or drag to resize

LinearPartitioningItem Property

Gets or sets the element at the specified index.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public RADouble this[
	int index
] { get; set; }

Parameters

index  Int32
The zero-based index of the element to get or set.

Return Value

RADouble
The element at the specified index.

Implements

IListTItemInt32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is not a valid index in the IListT.
NotSupportedExceptionThe property is set and the IListT is read-only.
See Also