Package net.sf.chellow.monad.types

Examples of net.sf.chellow.monad.types.MonadDouble


    }
  }

  public Double getDouble(String parameterNameString)
      throws InternalException {
    MonadDouble monadDouble = getValidatable(MonadDouble.class,
        parameterNameString);
    return monadDouble == null ? null : monadDouble.getDouble();
  }
View Full Code Here

TOP

Related Classes of net.sf.chellow.monad.types.MonadDouble

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.