Elements.TryMultiHandling Method

Handles definitions like [a,b]:=[x,y].

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public static bool TryMultiHandling(
	Store store,
	Entry leftPart,
	Entry rightPart,
	out Entry result
)

Parameters

store  Store
Evaluation context.
leftPart  Entry
Left part of the definition expression.
rightPart  Entry
Right part of the definition expression.
result  Entry
The result of the definition expression evaluating.

Return Value

Boolean
true if definitions were handled successfully, false otherwise.

See Also