analyzer.util
Class MathToString

java.lang.Object
  |
  +--analyzer.util.MathToString

public class MathToString
extends java.lang.Object

A utility class with static methods for converting mathmatical structures to string representations.


Constructor Summary
MathToString()
           
 
Method Summary
static java.lang.String asString(double[] array)
          Turn an array into a string, for example, (3,4,5,2,3).
static java.lang.String asString(int[] array)
          Turn an array into a string, for example, (3,4,5,2,3).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MathToString

public MathToString()
Method Detail

asString

public static java.lang.String asString(int[] array)
Turn an array into a string, for example, (3,4,5,2,3).

asString

public static java.lang.String asString(double[] array)
Turn an array into a string, for example, (3,4,5,2,3).


Email questions and comments to
shumway@uiuc.edu or nzhong@ncsa.uiuc.edu