Uses of Class
org.apache.commons.statistics.descriptive.UInt96
-
Packages that use UInt96 Package Description org.apache.commons.statistics.descriptive Implementations of univariate statistics. -
-
Uses of UInt96 in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return UInt96 Modifier and Type Method Description (package private) static UInt96UInt96. create()Create an instance.(package private) static UInt96UInt96. of(long x)Create an instance of thelongvalue.Methods in org.apache.commons.statistics.descriptive with parameters of type UInt96 Modifier and Type Method Description (package private) voidUInt96. add(UInt96 x)Adds the value.(package private) static UInt128UInt128. of(UInt96 x)Create an instance of theUInt96value.
-