StoreAddDefinition(Entry, Entry) Method

Adds a definition to current evaluation context.

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public Entry AddDefinition(
	Entry leftPart,
	Entry rightPart
)

Parameters

leftPart  Entry
Left part of the expression.
rightPart  Entry
Right part of the equation.

Return Value

Entry

Exceptions

MathException Will thrown if definition cannot be accepted by current context of evaluation.

See Also