StoreAddDefinition(Definition) 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.73.9126.0
C#
public int AddDefinition(
	Definition definition
)

Parameters

definition  Definition
Definition to add.

Return Value

Int32
Returns index of the definition inside list of definition.

See Also