Share

AcGiVariant::asFloat Method

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.

Links

AcGiVariant

Was this information helpful?