TMatrix.ToTerms(IResultOptions) Method

Converts current expression component to the array of Term in reverse Polish notation (RPN) with options.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public override Term[] ToTerms(
	IResultOptions options
)

Parameters

options  IResultOptions

Return Value

Term[]
Array of Term in RPN.

See Also