Package org.openscience.cdk.qsar.result
Class DoubleResultType
java.lang.Object
org.openscience.cdk.qsar.result.DoubleResultType
- All Implemented Interfaces:
Serializable
,IDescriptorResult
IDescriptorResult type for double.
- See Also:
- Source code:
- main
- Belongs to CDK module:
- standard
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DoubleResultType
public DoubleResultType()
-
-
Method Details
-
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.
-