StoreUpdateAt Method

Updates answer for the specific definition.

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public void UpdateAt(
	int index,
	Entry result
)

Parameters

index  Int32
Index of the definition inside list of definitions.
result  Entry
Answer, i.e. value of definition.

See Also