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 UInt96
UInt96. create()
Create an instance.(package private) static UInt96
UInt96. of(long x)
Create an instance of thelong
value.Methods in org.apache.commons.statistics.descriptive with parameters of type UInt96 Modifier and Type Method Description (package private) void
UInt96. add(UInt96 x)
Adds the value.(package private) static UInt128
UInt128. of(UInt96 x)
Create an instance of theUInt96
value.
-