Click or drag to resize

HeatMapModelRandomize Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Randomizes the values writen in the matrix

Namespace:  imbSCI.Core.math.range.matrix
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void Randomize(
	int min = 1,
	int max = 100
)
Request Example View Source

Parameters

min (Optional)
Type: SystemInt32
The minimum.
max (Optional)
Type: SystemInt32
The maximum.
See Also