wfpool class : Fitted getter
Description
Gets a value that indicates whether this instance has already been initialized.
Syntax
wfpoolInstance.Fitted
Arguments
None
Return value
Class | Description |
bool | A value that indicates whether this instance has already been initialized. |
Sample code
1: | wfpool wfpoolIns = new wfpool(); |
2: | bool init = wfpoolIns.Fitted; // true |
Notes
Instance that is created by declaration is already initialized. That is, this getter always returns the true.
Links for reference
None.