public interface IAIFValueFloat extends IValueParent
Modifier and Type | Method and Description |
---|---|
double |
doubleValue()
Returns value of this value
|
float |
floatValue()
Returns value of this value
|
boolean |
isDouble()
Determines if this value is double
|
boolean |
isFloat()
Determines whether this value is float
|
getParent, setParent
getType, getValueString, length, sizeof
boolean isFloat()
boolean isDouble()
double doubleValue() throws AIFException
AIFException
- on failurefloat floatValue() throws AIFException
AIFException
- on failureCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.