0

How to make strings of superscript variables? I have a class called Part (a part of a polynom) which has the properties a (coeffiecient) and n (exponent). I want to make a method that returns a string of: string.Format(a+"X"+(n as an exponent)) how can I write here n as an exponent in superscript as a variable?

Algo
  • 178
  • 7

0 Answers0