Class TokenUtilitiesTest


  • public class TokenUtilitiesTest
    extends java.lang.Object
    Multiply two doubles to exercise the exponentialFormat field.
    Since:
    Ptolemy II 10.0
    Version:
    $Id$
    Author:
    Christopher Brooks
    Pt.AcceptedRating:
    Green (cxh)
    Pt.ProposedRating:
    Green (cxh)
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String doubleMultiply​(java.lang.Double left, java.lang.Double right)
      Multiply two Doubles and return the String value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TokenUtilitiesTest

        public TokenUtilitiesTest()
    • Method Detail

      • doubleMultiply

        public static java.lang.String doubleMultiply​(java.lang.Double left,
                                                      java.lang.Double right)
        Multiply two Doubles and return the String value.
        Parameters:
        left - The left operand.
        right - The right operand.
        Returns:
        The String value of multiplying the two operands.