Expression.SplitSingle(Term[], Int32, Int32, Int32, Int32) Method
Splits mathemetical expression into parts according to the given arguments.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static void SplitSingle(
Term[] values,
int rootIndex,
int argToReturn,
out int startPosition,
out int endPosition
)
Public Shared Sub SplitSingle (
values As Term(),
rootIndex As Integer,
argToReturn As Integer,
<OutAttribute> ByRef startPosition As Integer,
<OutAttribute> ByRef endPosition As Integer
)
public:
static void SplitSingle(
array<Term^>^ values,
int rootIndex,
int argToReturn,
[OutAttribute] int% startPosition,
[OutAttribute] int% endPosition
)
static member SplitSingle :
values : Term[] *
rootIndex : int *
argToReturn : int *
startPosition : int byref *
endPosition : int byref -> unit
Parameters
- values Term[]
- Mathemetical expression to split.
- rootIndex Int32
- Index of the mathemetical expression element to split arguments of.
- argToReturn Int32
- Index of the splitted argument to return.
- startPosition Int32
- Splitted argument(s) start position in the mathemetical expression.
- endPosition Int32
- Splitted argument(s) end position in the mathemetical expression.