Click or drag to resize

aceInt2DStackedMatrixConcurrentRemoveRange Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes the value or all values from start to end.

Namespace:  imbSCI.Data.collection.math
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public void RemoveRange(
	int xStart,
	int xEnd,
	int value,
	bool includingXEnd = false
)
Request Example View Source

Parameters

xStart
Type: SystemInt32
The x start.
xEnd
Type: SystemInt32
The x end.
value
Type: SystemInt32
Value to remove, or -1 to remove all
includingXEnd (Optional)
Type: SystemBoolean
if set to true [including x end].
See Also