StoreAddDefinition(Definition, Boolean) Method

Updates existing or adds a new variable or function to the definitions list.

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public int AddDefinition(
	Definition definition,
	bool isCalculated
)

Parameters

definition  Definition
Definition to add.
isCalculated  Boolean
Whether definition is already calculated or not.

Return Value

Int32
Returns index of the definition inside list of definition.

See Also