J-Integra® Espresso Programming Documentation (API)

Any.extract_float Method

Extracts the float in this Any object's value field.

float extract_float();

Parameters

none

Return Value

the float stored in this Any object.

Remarks

none

Exceptions

Exception TypeCondition
Ics.CORBA.BAD_OPERATION An error occurs if this Any object contains something other than a float or the value field has not yet been set.

See Also

Any Interface | Any Members | Ics Namespace