This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Class which holds information about extrapolation of 1D and 2D data with a finite domain of definition. The extrapolation information tells how to operate outside of the definition domain.
More...
|
|
Complex | ConstantValue [get, set] |
| | Constant value to be used if Type == ExtrapolationType.ConstantValue.
|
|
bool | IsConstantZeroOutSide [get] |
| | Get property that tells whether or not this object represents a constant zero extrapolation.
|
|
ExtrapolationType | Type [get, set] |
| | Type of extrapolation to use.
|
This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Class which holds information about extrapolation of 1D and 2D data with a finite domain of definition. The extrapolation information tells how to operate outside of the definition domain.
◆ ExtrapolationInfo() [1/2]
Constructor with parameters.
- Parameters
-
| type | Type of extrapolation to use. |
| value | Constant value to be used if Type == ExtrapolationType.ConstantValue. |
◆ ExtrapolationInfo() [2/2]
| ExtrapolationInfo |
( |
ExtrapolationInfo | info | ) |
|
Copy constructor.
- Parameters
-
| info | The information to copy. |