MItemGetItemWithOptions Method
Obtaining a mathematical element without taking into account its
sign and/or inverse.
Namespace: SMath.Math.SymbolicAssembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.73.9126.0
public MItem GetItemWithOptions(
bool unSigned,
bool unInversed
)
Public Function GetItemWithOptions (
unSigned As Boolean,
unInversed As Boolean
) As MItem
public:
MItem^ GetItemWithOptions(
bool unSigned,
bool unInversed
)
member GetItemWithOptions :
unSigned : bool *
unInversed : bool -> MItem
- unSigned Boolean
-
Ignore positive/negative sign.
- unInversed Boolean
-
Ignore inverse.
MItem