Click or drag to resize

editDistanceInsertT Constructor

Constructor.

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

Parameters

newVal
Type: T
The element to add.
newInd
Type: SystemInt32
The index to add the element in.
See Also