Package com.naver.ads.util
Object NumberUtils
-
- All Implemented Interfaces:
public class NumberUtilsMiscellaneous Number utility methods.
-
-
Field Summary
Fields Modifier and Type Field Description public final static NumberUtilsINSTANCE
-
Method Summary
Modifier and Type Method Description final static BooleantoTrueOrFalseBoolean(Integer $self)Converts a Int to a Boolean using the convention that greater than 0 is true, otherwise false. -
-
Method Detail
-
toTrueOrFalseBoolean
final static Boolean toTrueOrFalseBoolean(Integer $self)
-
-
-
-