android.util
Class FloatMath
java.lang.Object
android.util.FloatMath
public class FloatMath
- extends Object
Method Summary |
static float |
ceil(float value)
|
static float |
cos(float angle)
|
static float |
floor(float value)
|
static float |
sin(float angle)
|
static float |
sqrt(float value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
floor
public static float floor(float value)
ceil
public static float ceil(float value)
sin
public static float sin(float angle)
cos
public static float cos(float angle)
sqrt
public static float sqrt(float value)
Copyright © 2008-2012. All Rights Reserved.