Beispiel #1
0
 MathematicaScalar ISymbolicVector.this[int id]
 => TermsTree.GetLeafValue((ulong)id)?.ToMathematicaScalar()
 ?? SymbolicUtils.Constants.Zero;
Beispiel #2
0
 public Expr this[int id]
 => TermsTree.GetLeafValue((ulong)id)
 ?? Expr.INT_ZERO;
Beispiel #3
0
 public double this[int id]
 => TermsTree.GetLeafValue((ulong)id);