Click or drag to resize

HeatMapModelItem Property (Int32, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the Double with the specified x.

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

Parameters

x
Type: SystemInt32
The x.
y
Type: SystemInt32
The y.

Property Value

Type: Double
The Double.

Return Value

Type: Double
See Also