Click or drag to resize

aceInt2DStackedMatrixAddRange Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the range.

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

Parameters

xStart
Type: SystemInt32
The x start.
xEnd
Type: SystemInt32
The x end.
value
Type: SystemInt32
The value.
uniqueByY
Type: SystemBoolean
if set to true [unique by y].
includingXEnd (Optional)
Type: SystemBoolean
if set to true [including x end].
See Also