TMatrix.ToString(IResultOptions) Method

Converts math expression component to string with options.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public override string ToString(
	IResultOptions options
)

Parameters

options  IResultOptions

Return Value

String
Expression component represented as a string.

See Also