ElementsTrySetElementsByIndex Method

Присваивание значения элементу матрицы, системы или линии с помощью функции el(;;)

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.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  ListString
 
resultCalculated  Boolean
 
result  Definition
 

Return Value

Boolean

See Also