org.eclipse.cdt.debug.core.cdi.model.type
Interface ICDIFloatingPointValue
- All Superinterfaces:
- ICDIObject, ICDIValue
- All Known Subinterfaces:
- ICDIDoubleValue, ICDIFloatValue
public interface ICDIFloatingPointValue
- extends ICDIValue
Represents the value of a variable.
- Since:
- April 15, 2003
floatValue
float floatValue()
throws CDIException
- Throws:
CDIException
doubleValue
double doubleValue()
throws CDIException
- Throws:
CDIException
Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.