Click or drag to resize

HeatMapModelItem Property (String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Selection by string labels

Namespace:  imbSCI.Core.math.range.matrix
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public double this[
	string x,
	string y
] { get; set; }
Request Example View Source

Parameters

x
Type: SystemString
The x.
y
Type: SystemString
The y.

Property Value

Type: Double
The Double.

Return Value

Type: Double
See Also