Click or drag to resize

HeatMapModelGetRatioValue Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the value that is

Namespace:  imbSCI.Core.math.range.matrix
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public double GetRatioValue(
	int x,
	int y,
	double floor = 0
)
Request Example View Source

Parameters

x
Type: SystemInt32
The x.
y
Type: SystemInt32
The y.
floor (Optional)
Type: SystemDouble
The floor.

Return Value

Type: Double
See Also