Package | Description |
---|---|
net.imglib2.img.array | |
net.imglib2.type.numeric.integer |
Modifier and Type | Method and Description |
---|---|
static <A extends LongAccess> |
ArrayImgs.unsigned128Bits(A access,
long... dim)
|
static ArrayImg<Unsigned128BitType,LongArray> |
ArrayImgs.unsigned128Bits(long... dim)
|
Modifier and Type | Method and Description |
---|---|
Unsigned128BitType |
Unsigned128BitType.copy() |
Unsigned128BitType |
Unsigned128BitType.createVariable() |
Unsigned128BitType |
Unsigned128BitType.duplicateTypeOnSameNativeImg() |
Modifier and Type | Method and Description |
---|---|
NativeTypeFactory<Unsigned128BitType,LongAccess> |
Unsigned128BitType.getNativeTypeFactory() |
Modifier and Type | Method and Description |
---|---|
void |
Unsigned128BitType.add(Unsigned128BitType t)
Relies on
BigInteger.add(BigInteger) . |
int |
Unsigned128BitType.compareTo(Unsigned128BitType t) |
void |
Unsigned128BitType.div(Unsigned128BitType t)
Relies on
BigInteger.divide(BigInteger) . |
void |
Unsigned128BitType.mul(Unsigned128BitType t)
Relies on
BigInteger.multiply(BigInteger) . |
void |
Unsigned128BitType.pow(Unsigned128BitType t) |
void |
Unsigned128BitType.sub(Unsigned128BitType t)
Relies on
BigInteger.subtract(BigInteger) . |
boolean |
Unsigned128BitType.valueEquals(Unsigned128BitType t) |
Copyright © 2015–2022 ImgLib2. All rights reserved.