Class Convert
- java.lang.Object
-
- de.desy.mst.libs.framework.mstapp.util.Convert
-
public class Convert extends java.lang.Object
Static utility class- Version:
- 1.0.0
- Author:
- ws
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
toInt(double dbl)
converts to a valid integer, too large or too small values are truncatedstatic int
toInt(long lng)
converts to a valid integer, too large or too small values are truncated
-