public class UnboundedIntegerType extends Object implements IntegerType<UnboundedIntegerType>
| Constructor and Description |
|---|
UnboundedIntegerType() |
UnboundedIntegerType(BigInteger val) |
UnboundedIntegerType(long val) |
UnboundedIntegerType(UnboundedIntegerType other) |
public UnboundedIntegerType()
public UnboundedIntegerType(UnboundedIntegerType other)
public UnboundedIntegerType(long val)
public UnboundedIntegerType(BigInteger val)
public BigInteger get()
public void set(long val)
public void set(BigInteger val)
public UnboundedIntegerType createVariable()
createVariable in interface Type<UnboundedIntegerType>public UnboundedIntegerType copy()
copy in interface Type<UnboundedIntegerType>public void set(UnboundedIntegerType val)
set in interface Type<UnboundedIntegerType>public void add(UnboundedIntegerType val)
add in interface Add<UnboundedIntegerType>public void sub(UnboundedIntegerType val)
sub in interface Sub<UnboundedIntegerType>public void mul(UnboundedIntegerType val)
mul in interface Mul<UnboundedIntegerType>public void div(UnboundedIntegerType val)
div in interface Div<UnboundedIntegerType>public void mul(float val)
mul in interface MulFloatingPointpublic void mul(double val)
mul in interface MulFloatingPointpublic void mul(BigInteger val)
public void mul(BigDecimal val)
public void pow(UnboundedIntegerType c)
pow in interface Pow<UnboundedIntegerType>public void pow(double c)
pow in interface PowFloatingPointpublic void inc()
inc in interface RealType<UnboundedIntegerType>public void dec()
dec in interface RealType<UnboundedIntegerType>public double getMaxValue()
getMaxValue in interface RealType<UnboundedIntegerType>public double getMinValue()
getMinValue in interface RealType<UnboundedIntegerType>public double getMinIncrement()
getMinIncrement in interface RealType<UnboundedIntegerType>public int getBitsPerPixel()
getBitsPerPixel in interface RealType<UnboundedIntegerType>public double getRealDouble()
getRealDouble in interface ComplexType<UnboundedIntegerType>public float getRealFloat()
getRealFloat in interface ComplexType<UnboundedIntegerType>public double getImaginaryDouble()
getImaginaryDouble in interface ComplexType<UnboundedIntegerType>public float getImaginaryFloat()
getImaginaryFloat in interface ComplexType<UnboundedIntegerType>public void setReal(float f)
setReal in interface ComplexType<UnboundedIntegerType>public void setReal(double f)
setReal in interface ComplexType<UnboundedIntegerType>public void setImaginary(float f)
setImaginary in interface ComplexType<UnboundedIntegerType>public void setImaginary(double f)
setImaginary in interface ComplexType<UnboundedIntegerType>public void setComplexNumber(float r,
float i)
setComplexNumber in interface ComplexType<UnboundedIntegerType>public void setComplexNumber(double r,
double i)
setComplexNumber in interface ComplexType<UnboundedIntegerType>public float getPowerFloat()
getPowerFloat in interface ComplexType<UnboundedIntegerType>public double getPowerDouble()
getPowerDouble in interface ComplexType<UnboundedIntegerType>public float getPhaseFloat()
getPhaseFloat in interface ComplexType<UnboundedIntegerType>public double getPhaseDouble()
getPhaseDouble in interface ComplexType<UnboundedIntegerType>public void complexConjugate()
complexConjugate in interface ComplexType<UnboundedIntegerType>public int compareTo(UnboundedIntegerType o)
compareTo in interface Comparable<UnboundedIntegerType>public int getInteger()
getInteger in interface IntegerType<UnboundedIntegerType>public long getIntegerLong()
getIntegerLong in interface IntegerType<UnboundedIntegerType>public BigInteger getBigInteger()
getBigInteger in interface IntegerType<UnboundedIntegerType>public void setInteger(int f)
setInteger in interface IntegerType<UnboundedIntegerType>public void setInteger(long f)
setInteger in interface IntegerType<UnboundedIntegerType>public void setBigInteger(BigInteger v)
setBigInteger in interface IntegerType<UnboundedIntegerType>public boolean valueEquals(UnboundedIntegerType t)
valueEquals in interface ValueEquals<UnboundedIntegerType>Copyright © 2014–2022 ImageJ. All rights reserved.