直接返回矩阵数据
MatrixEvaluate
01 Syntax
Microsoft.VisualBasic.Data.ChartPlots.Contour.HeatMap.MatrixEvaluate`1
02 Methods
03 Fields
| Name | Overloads | Summary |
|---|---|---|
| matrix | 1 | [x -> [y, z]] |
04 Members
#ctor(
IEnumerable(Of `0), SizeF)Parameters
| Name | Type | Description |
|---|---|---|
matrix | IEnumerable(Of `0) | id is the x axis value properties in one data set object is the y vector and z vector |
Evaluate(
Double, Double)query data by binary search
Parameters
| Name | Type | Description |
|---|---|---|
x | Double | - |
y | Double | - |
matrix
[x -> [y, z]]