AngouriMath
DirectChildren
Property
Summary
Represents all direct children of a node
Example
using System;
using AngouriMath;
Entity frac = "log(sqrt(x), a + b)";
Console.WriteLine(frac);
foreach (var child in frac.DirectChildren)
Console.WriteLine(child);Prints
log(sqrt(x), a + b)
sqrt(x)
a + bAngouri © 2019-2023 · Project's repo · Site's repo · Octicons · Transparency · 1534 pages online