C++
ACDBCORE2D_PORT float asFloat() const;
Description
Returns the current value as a float.
Returns
The variant value as a float.
Remarks
This method is equivalent to casting the result of asDouble() to a float.
ACDBCORE2D_PORT float asFloat() const;
Returns the current value as a float.
The variant value as a float.
This method is equivalent to casting the result of asDouble() to a float.