Click or drag to resize

proceduralHeatMapGeneratorMakeHeatMap Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Renders HeatMapModel of specified size

Namespace:  imbSCI.Core.math.range.matrix
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public HeatMapModel MakeHeatMap(
	int width,
	int height,
	int xPeriod = 20,
	int yPeriod = 20
)
Request Example View Source

Parameters

width
Type: SystemInt32
The width.
height
Type: SystemInt32
The height.
xPeriod (Optional)
Type: SystemInt32
yPeriod (Optional)
Type: SystemInt32

Return Value

Type: HeatMapModel
See Also