Click or drag to resize

HeatMapModelCreateRandom Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates randomized heat map, with specified x-y axis size.

Namespace:  imbSCI.Core.math.range.matrix
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static HeatMapModel CreateRandom(
	int width,
	int height,
	int min,
	int max,
	string axisFormat = "D2"
)
Request Example View Source

Parameters

width
Type: SystemInt32
The width.
height
Type: SystemInt32
The height.
min
Type: SystemInt32
The minimum.
max
Type: SystemInt32
The maximum.
axisFormat (Optional)
Type: SystemString
The axis format.

Return Value

Type: HeatMapModel
See Also