Elements.TrySetElementsByIndex Method

Handles assignment to an element of a matrix, a vector or a system via function el(;;) (i.e. El).

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public static bool TrySetElementsByIndex(
	Store store,
	Entry leftPart,
	Entry rightPart,
	Entry[] arguments,
	List<string> subst,
	ref bool resultCalculated,
	out Definition result
)

Parameters

store  Store
 
leftPart  Entry
 
rightPart  Entry
 
arguments  Entry[]
 
subst  List<String>
 
resultCalculated  Boolean
 
result  Definition
 

Return Value

Boolean

See Also