Exemple #1
0
 public RaiseBox(Structures.Space raise, MathList innerList) =>
 (Raise, InnerList) = (raise, innerList);
Exemple #2
0
 public Space(Structures.Space space) => Content = space;
Exemple #3
0
 public Space(Structures.Space space, int index, int length) : base(new Range(index, length)) => Content = space;
 public void Add(Structures.Space space, int sourceLength) => Add(new TextAtom.Space(space, TextLength, sourceLength));
Exemple #5
0
 public Space(Structures.Space space) : base(MathAtomType.Space, string.Empty) =>
Exemple #6
0
 public static Space Space(Structures.Space sp) => new Space(sp);