OpenTD.BivariateArrayData Class Reference
Last update: 16.07.2025Represents a TD bivariate array. More...
Public Member Functions | |
| BivariateArrayData () | |
| Initializes a new instance of the BivariateArrayData class. | |
| BivariateArrayData (string bivariateArray) | |
| Initializes a new instance of the BivariateArrayData class. | |
Properties | |
| string | Value [get, set] |
| Bivariate array with comma and newline delimiters. | |
| List< double > | xValues [get] |
| Get independent variable along top row. | |
| List< double > | yValues [get] |
| Get independent variable along left column. | |
| List< double > | zValues [get] |
| Get dependent variable, row-by-row (z11, z12, z13, z21, z22, z23, etc.) | |
Detailed Description
Represents a TD bivariate array.
Constructor & Destructor Documentation
◆ BivariateArrayData() [1/2]
|
inline |
Initializes a new instance of the BivariateArrayData class.
◆ BivariateArrayData() [2/2]
|
inline |
Initializes a new instance of the BivariateArrayData class.
- Parameters
-
bivariateArray The bivariate array in the format used by input forms in TD.
Property Documentation
◆ Value
|
getset |
Bivariate array with comma and newline delimiters.
◆ xValues
|
get |
Get independent variable along top row.
◆ yValues
|
get |
Get independent variable along left column.
◆ zValues
|
get |
Get dependent variable, row-by-row (z11, z12, z13, z21, z22, z23, etc.)
The documentation for this class was generated from the following file:
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/OpenTD/OpenTD/BivariateArrayData.cs