public class DataType64BitSignedFloat extends AbstractContextual implements DataType<DoubleType>
DataType definition for 64-bit floats.| Constructor and Description |
|---|
DataType64BitSignedFloat() |
| Modifier and Type | Method and Description |
|---|---|
double |
asDouble(DoubleType val)
Converts value to a double.
|
long |
asLong(DoubleType val)
Converts value to a long.
|
int |
bitCount()
Number of bits of information required to represent data in the type.
|
void |
cast(BigComplex val,
DoubleType dest)
Sets a given variable of the underlying NumericType to a value that is
closest to a given BigComplex number.
|
void |
cast(DoubleType val,
BigComplex dest)
Sets a BigComplex representation from a given variable of the underlying
NumericType.
|
DoubleType |
createVariable()
Returns a variable of the underlying NumericType wrapped by this DataType.
|
String |
description()
A fuller description that elaborates on the capabilities of the type.
|
DoubleType |
getType()
Provides an example of the underlying NumericType.
|
boolean |
hasDoubleRepresentation()
Returns true if data can be encoded in a double with no precision loss.
|
boolean |
hasLongRepresentation()
Returns true if data can be encoded in a long with no precision loss.
|
boolean |
isBounded()
Returns true if DataType is fully bounded (bounded below and bounded
above).
|
boolean |
isComplex()
Returns true if this DataType is a complex number (imaginary component is
changeable).
|
boolean |
isFloat()
Returns true if this DataType represents a floating point number.
|
boolean |
isSigned()
Returns true if this DataType represents a signed number.
|
String |
longName()
A long name useful for displaying to user.
|
void |
lowerBound(DoubleType dest)
Sets a given variable to the lower bound of the underlying NumericType.
|
void |
setDouble(DoubleType val,
double v)
Sets a given value to a given double.
|
void |
setLong(DoubleType val,
long v)
Sets a given value to a given long.
|
String |
shortName()
A short name useful for displaying to user.
|
void |
upperBound(DoubleType dest)
Sets a given variable to the upper bound of the underlying NumericType.
|
context, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontext, getContext, setContextpublic DoubleType getType()
DataTypegetType in interface DataType<DoubleType>public String shortName()
DataTypeshortName in interface DataType<DoubleType>public String longName()
DataTypelongName in interface DataType<DoubleType>public String description()
DataTypedescription in interface DataType<DoubleType>public boolean isComplex()
DataTypeisComplex in interface DataType<DoubleType>public boolean isFloat()
DataTypeisFloat in interface DataType<DoubleType>public boolean isSigned()
DataTypeisSigned in interface DataType<DoubleType>public boolean isBounded()
DataTypeisBounded in interface DataType<DoubleType>public void lowerBound(DoubleType dest)
DataTypelowerBound in interface DataType<DoubleType>public void upperBound(DoubleType dest)
DataTypeupperBound in interface DataType<DoubleType>public int bitCount()
DataTypebitCount in interface DataType<DoubleType>public DoubleType createVariable()
DataTypecreateVariable in interface DataType<DoubleType>public void cast(DoubleType val, BigComplex dest)
DataTypecast in interface DataType<DoubleType>public void cast(BigComplex val, DoubleType dest)
DataTypecast in interface DataType<DoubleType>public boolean hasDoubleRepresentation()
DataTypehasDoubleRepresentation in interface DataType<DoubleType>public boolean hasLongRepresentation()
DataTypehasLongRepresentation in interface DataType<DoubleType>public double asDouble(DoubleType val)
DataTypeasDouble in interface DataType<DoubleType>public long asLong(DoubleType val)
DataTypeasLong in interface DataType<DoubleType>public void setDouble(DoubleType val, double v)
DataTypesetDouble in interface DataType<DoubleType>public void setLong(DoubleType val, long v)
DataTypesetLong in interface DataType<DoubleType>Copyright © 2014–2022 ImageJ. All rights reserved.