MergedFunction Constructor
In This Topic
Overload List
Overload | Description |
MergedFunction Constructor(Function3D) | Constructor. Creates the MergedFunction object and initializes it to cover the function 3D passed as parameter and all the other 'mergable' functions from the device that the input function belongs to. |
MergedFunction Constructor(Function) | Constructor. Creates the MergedFunction object and initializes it to cover the function passed as parameter and all the other 'mergable' functions from the device that the input function belongs to. |
MergedFunction Constructor() | Constructor. Creates the MergedFunction object. |
See Also