J-Integra® Espresso Programming Documentation (API)

ORB.create_fixed_tc Method

Create a TypeCode object for an IDL fixed type.

Ics.CORBA.TypeCode create_fixed_tc(
 short digits,
 short scale,
);

Parameters

digits
specifies the total number of decimal digits in the number and must be from 1 to 31 inclusive.
scale
specifies the position of the decimal point.

Return Value

the newly-created TypeCode object describing an IDL fixed type.

Remarks

none

Exceptions

none

See Also

ORB Interface | ORB Members | Ics Namespace