Programming Reference for VirtualLab Fusion  2025.1
Loading...
Searching...
No Matches
ExtrapolationInfo Class Reference

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...

Inheritance diagram for ExtrapolationInfo:

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ExtrapolationInfo() [1/2]

Constructor with parameters.

Parameters
typeType of extrapolation to use.
valueConstant value to be used if Type == ExtrapolationType.ConstantValue.

◆ ExtrapolationInfo() [2/2]

Copy constructor.

Parameters
infoThe information to copy.