MItemItem Property

Element by its ordinal number.

Definition

Namespace: SMath.Math.Symbolic
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
C#
public MItem this[
	int Index
] { get; }

Parameters

Index  Int32
Element ordinal number.

Return Value

MItem
Symbolic expression element.

See Also