Definition.IsCalculated Property
Defines if current definition was already calculated and doesn't require any additional evaluation to proceed or not.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public bool IsCalculated { get; set; }
Public Property IsCalculated As Boolean
Get
Set
public:
property bool IsCalculated {
bool get ();
void set (bool value);
}
member IsCalculated : bool with get, set
Property Value
Boolean