Interface Roundable

All Known Implementing Classes:
PieChartPanel

public interface Roundable
Copyright (C) 2017 Hydrologic Engineering Center, United States Army Corps of Engineers, All Rights Reserved

HEC-Java NEXGEN

  • Method Summary

    Modifier and Type
    Method
    Description
    double
    round(double toRound)
     
  • Method Details

    • round

      double round(double toRound)
      Parameters:
      toRound - the value to be rounded
      Returns:
      the rounded result