Class DoubleObject
java.lang.Object
org.apache.sysds.runtime.instructions.cp.Data
org.apache.sysds.runtime.instructions.cp.ScalarObject
org.apache.sysds.runtime.instructions.cp.DoubleObject
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sysds.runtime.instructions.cp.ScalarObject
getLanguageSpecificStringValue, toStringMethods inherited from class org.apache.sysds.runtime.instructions.cp.Data
getDataType, getMetaData, getValueType, removeMetaData, setMetaData, toString, updateDataCharacteristics
-
Constructor Details
-
DoubleObject
public DoubleObject(double val)
-
-
Method Details
-
getBooleanValue
public boolean getBooleanValue()- Specified by:
getBooleanValuein classScalarObject
-
getLongValue
public long getLongValue()- Specified by:
getLongValuein classScalarObject
-
getDoubleValue
public double getDoubleValue()- Specified by:
getDoubleValuein classScalarObject
-
getStringValue
- Specified by:
getStringValuein classScalarObject
-
getValue
- Specified by:
getValuein classScalarObject
-
getDebugName
- Overrides:
getDebugNamein classScalarObject
-
getSize
public int getSize()- Specified by:
getSizein classScalarObject
-