zaifapi class : Fitted getter
Description
Gets a value that indicates whether this instance was already initialized.
Syntax
zaifapiInstance.Fitted
Arguments
None
Return value
| Class | Description |
| bool | A value that indicates whether this instance was already initialized. |
Sample code
| 1: | zaifapi zaifapiIns = new zaifapi(); |
| 2: | bool init = zaifapiIns.Fitted; // true. |
Notes
Instance that is created by declaration is not initialized.
Links for reference
None.


