Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
Number::= Operator (const double&)
Syntax
C++
Number& operator =(const double& applyFrom);

Assignment operator for the double data type. The operator casts specified double value to the Number value and assigns it to the object.

Parameters
Description
applyFrom
[in] A double data type value to be assigned (a right-hand operand of the assignment operation).

The reference to the Number object modified by the assignment operation.

Copyright © 2002-2022. Open Design Alliance All rights reserved.