Elements.TryMultiHandling Method
Handles definitions like [a,b]:=[x,y].
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public static bool TryMultiHandling(
Store store,
Entry leftPart,
Entry rightPart,
out Entry result
)
Public Shared Function TryMultiHandling (
store As Store,
leftPart As Entry,
rightPart As Entry,
<OutAttribute> ByRef result As Entry
) As Boolean
public:
static bool TryMultiHandling(
Store^ store,
Entry^ leftPart,
Entry^ rightPart,
[OutAttribute] Entry^% result
)
static member TryMultiHandling :
store : Store *
leftPart : Entry *
rightPart : Entry *
result : Entry byref -> bool
- 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.
Booleantrue if definitions were handled successfully,
false otherwise.