MItemGetItemWithOptions Method

Obtaining a mathematical element without taking into account its sign and/or inverse.

Definition

Namespace: SMath.Math.Symbolic
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.73.9126.0
C#
public MItem GetItemWithOptions(
	bool unSigned,
	bool unInversed
)

Parameters

unSigned  Boolean
Ignore positive/negative sign.
unInversed  Boolean
Ignore inverse.

Return Value

MItem

See Also