Package de.flapdoodle.kfx.types.numbers
Object BigIntType
-
- All Implemented Interfaces:
-
de.flapdoodle.kfx.types.numbers.NumberType
public class BigIntType implements NumberType<BigInteger>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBigIntType.Unit
-
Field Summary
Fields Modifier and Type Field Description public final static BigIntTypeINSTANCE
-
Method Summary
Modifier and Type Method Description BigIntegermin(List<BigInteger> values)BigIntegermax(List<BigInteger> values)Doubleoffset(BigInteger min, BigInteger max, Double scale, BigInteger value)List<NumberUnit<BigInteger>>units(BigInteger min, BigInteger max)-
-
Method Detail
-
min
BigInteger min(List<BigInteger> values)
-
max
BigInteger max(List<BigInteger> values)
-
offset
Double offset(BigInteger min, BigInteger max, Double scale, BigInteger value)
-
units
List<NumberUnit<BigInteger>> units(BigInteger min, BigInteger max)
-
-
-
-