Java BigDecimal getLetJp(BigDecimal nl)

Here you can find the source of getLetJp(BigDecimal nl)

Description

get Let Jp

License

MIT License

Declaration

public static BigDecimal getLetJp(BigDecimal nl) 

Method Source Code


//package com.java2s;
/*/*from  www  .  j a v a2s . co  m*/
 * Copyright ? 2007
 * Released under the MIT license
 * http://opensource.org/licenses/mit-license.php
 */

import java.math.BigDecimal;

public class Main {

    public static BigDecimal getLetJp(BigDecimal nl) {
        return nl.divide(new BigDecimal(3600000), 7, BigDecimal.ROUND_HALF_UP);
    }
}

Related

  1. getId(BigDecimal total, BigDecimal step)
  2. getIntLength(BigDecimal val)
  3. getIntValue(BigDecimal b)
  4. getLength(BigDecimal v)
  5. getLet(BigDecimal nl, BigDecimal el)
  6. getLocalHourMinute(BigDecimal gmtHour)
  7. getMaxBigDecimal(@Nonnull final BigDecimal aValue, @Nonnull final BigDecimal... aValues)
  8. getMaxBigDecimal(int precision, int scale)
  9. getMaxPrecision(BigDecimal... decimals)