rice class : Fitted getter

Description

Gets the value that indicates whether this instance was already initialized.

Syntax

riceInstance.Fitted

Arguments

None

Return value

ClassDescription
boolThe value that indicates whether this instance was already initialized.

Sample code

//anyRice is a instance of rice type.

bool init = anyRice.Fitted;

Notes

Instance that is created by declaration have been already initialized.

Links for reference

None

Copyright © Rice All rights reserved.