MItemGetDenominatorList Method

Get all the elements of a negative power (the items in the denominator).

Definition

Namespace: SMath.Math.Symbolic
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
C#
public List<MItem> GetDenominatorList()

Return Value

ListMItem
Returns all elements found in the denominator.

See Also