Click or drag to resize

HeatMapModelAllocateSize Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Makes sure that matrix cells up to of specified dimensions is instantiated the size.

Namespace:  imbSCI.Core.math.range.matrix
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void AllocateSize(
	int x,
	int y
)
Request Example View Source

Parameters

x
Type: SystemInt32
The x.
y
Type: SystemInt32
The y.
See Also