public class FloatMath
extends Object
java.lang.Object | |
↳ | android.util.FloatMath |
这个类在API级别22已被弃用。
改为使用Math
。
数学例程与 Math
类似。
从历史上看,这些方法比等效的双基Math
方法更快。 在带有JIT的Android版本中,它们变得更慢,并且已被重新实现以将呼叫打包为Math
。 应优先使用Math
。
版本23中的所有方法都从公共API中删除。
Inherited methods |
|
---|---|
From class java.lang.Object
|