Package org.openscience.cdk.qsar.result
Class DoubleResult
- java.lang.Object
-
- org.openscience.cdk.qsar.result.DoubleResult
-
- All Implemented Interfaces:
Serializable
,IDescriptorResult
public class DoubleResult extends Object implements IDescriptorResult
- See Also:
- Serialized Form
- Source code:
- main
- Belongs to CDK module:
- standard
-
-
Constructor Summary
Constructors Constructor Description DoubleResult(double value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
doubleValue()
int
length()
Returns the length of this descriptor.String
toString()
String representation of the result.
-
-
-
Method Detail
-
doubleValue
public double doubleValue()
-
toString
public String toString()
Description copied from interface:IDescriptorResult
String representation of the result.- Specified by:
toString
in interfaceIDescriptorResult
- Overrides:
toString
in classObject
- Returns:
- A string representation.
-
length
public int length()
Description copied from interface:IDescriptorResult
Returns the length of this descriptor.- Specified by:
length
in interfaceIDescriptorResult
- Returns:
- the length of the array of return values.
-
-