StoreUpdateAt(Int32, Entry) Method

Updates answer for the specific definition.

Definition

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