Click or drag to resize

editDistanceSubstituteT Constructor

Constructor.

Namespace:  WhetStone.Looping
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public Substitute(
	T newVal,
	int ind
)

Parameters

newVal
Type: T
The value to replace the element with.
ind
Type: SystemInt32
The index of the element to replace.
See Also