error class : Fitted getter
Description
Gets the value that indicates whether this instance was already initialized.
Syntax
errorInstance.Fitted
Arguments
None
Return value
Class | Description |
bool | The value that indicates whether this instance was already initialized. |
Sample code
bool init = __error.Fitted;
Notes
None
Links for reference
None