Elements.TrySetElementsByIndex Method
Handles assignment to an element of a matrix, a vector or a system via function
el(;;) (i.e.
El).
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public static bool TrySetElementsByIndex(
Store store,
Entry leftPart,
Entry rightPart,
Entry[] arguments,
List<string> subst,
ref bool resultCalculated,
out Definition result
)
Public Shared Function TrySetElementsByIndex (
store As Store,
leftPart As Entry,
rightPart As Entry,
arguments As Entry(),
subst As List(Of String),
ByRef resultCalculated As Boolean,
<OutAttribute> ByRef result As Definition
) As Boolean
public:
static bool TrySetElementsByIndex(
Store^ store,
Entry^ leftPart,
Entry^ rightPart,
array<Entry^>^ arguments,
List<String^>^ subst,
bool% resultCalculated,
[OutAttribute] Definition^% result
)
static member TrySetElementsByIndex :
store : Store *
leftPart : Entry *
rightPart : Entry *
arguments : Entry[] *
subst : List<string> *
resultCalculated : bool byref *
result : Definition byref -> bool
- store Store
-
- leftPart Entry
-
- rightPart Entry
-
- arguments Entry[]
-
- subst List<String>
-
- resultCalculated Boolean
-
- result Definition
-
Boolean