wfpool class : wfpool() fitter
Description
Get a new instance of wfpool class.
Syntax
new wfpool()
Arguments
None.
Return value
Class | Description |
wfpool | A new instance of wfpool class. This instance has already been initialized. |
Sample code
1: | wfpool wfpoolData = new wfpool(); |
Notes
It is an automatically generated default fitter. It returns an instance as same as getting from the variable declaration.
The instance returned by this fitter has alredy been initialized.
Links for reference
None.