Programming Reference for VirtualLab Fusion
2025.1
|
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...
Public Member Functions | |
ExtrapolationInfo () | |
Default constructor. Type will be 'constant value', constant value will be 0. | |
ExtrapolationInfo (ExtrapolationInfo info) | |
Copy constructor. | |
ExtrapolationInfo (ExtrapolationType type, Complex value) | |
Constructor with parameters. | |
Properties | |
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 | ( | ExtrapolationType | type, |
Complex | value | ||
) |
Constructor with parameters.
type | Type of extrapolation to use. |
value | Constant value to be used if Type == ExtrapolationType.ConstantValue. |
ExtrapolationInfo | ( | ExtrapolationInfo | info | ) |
Copy constructor.
info | The information to copy. |