| 程序包 | 说明 |
|---|---|
| com.github.DNAProject.common |
| 限定符和类型 | 字段和说明 |
|---|---|
static Fixed8 |
Fixed8.MAX_VALUE |
static Fixed8 |
Fixed8.MIN_VALUE |
static Fixed8 |
Fixed8.ONE |
static Fixed8 |
Fixed8.SATOSHI |
static Fixed8 |
Fixed8.ZERO |
| 限定符和类型 | 方法和说明 |
|---|---|
Fixed8 |
Fixed8.abs() |
Fixed8 |
Fixed8.add(Fixed8 other) |
Fixed8 |
Fixed8.divide(long other) |
static Fixed8 |
Fixed8.fromDecimal(BigDecimal val) |
static Fixed8 |
Fixed8.fromLong(long val) |
static Fixed8 |
Fixed8.max(Fixed8 first,
Fixed8... others) |
static Fixed8 |
Fixed8.min(Fixed8 first,
Fixed8... others) |
Fixed8 |
Fixed8.multiply(long other) |
Fixed8 |
Fixed8.negate() |
static Fixed8 |
Fixed8.parse(String s) |
Fixed8 |
Fixed8.subtract(Fixed8 other) |
static Fixed8 |
Fixed8.sum(Fixed8[] values) |
static <T> Fixed8 |
Fixed8.sum(T[] values,
Function<T,Fixed8> selector) |
| 限定符和类型 | 方法和说明 |
|---|---|
Fixed8 |
Fixed8.add(Fixed8 other) |
int |
Fixed8.compareTo(Fixed8 other) |
static Fixed8 |
Fixed8.max(Fixed8 first,
Fixed8... others) |
static Fixed8 |
Fixed8.max(Fixed8 first,
Fixed8... others) |
static Fixed8 |
Fixed8.min(Fixed8 first,
Fixed8... others) |
static Fixed8 |
Fixed8.min(Fixed8 first,
Fixed8... others) |
Fixed8 |
Fixed8.subtract(Fixed8 other) |
static Fixed8 |
Fixed8.sum(Fixed8[] values) |
static boolean |
Fixed8.tryParse(String s,
Fixed8 result) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> Fixed8 |
Fixed8.sum(T[] values,
Function<T,Fixed8> selector) |
Copyright © 2021. All rights reserved.