Click or drag to resize
DigitalRuneScatteredInterpolationFRemoveItem Method

Namespace: DigitalRune.Mathematics.Interpolation
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
protected override void RemoveItem(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index of the element to remove.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than zero.
ArgumentOutOfRangeExceptionindex is equal to or greater than Count.
See Also