API Reference > Auxiliary Classes > AECCVariant Class > AECCVariant Methods > AECCVariant::toDouble Method
AECCVariant::toDouble Method
Syntax
C++
static AECCVariant toDouble(double dValue, OdUInt32 iId = 0x02000000, OdUInt32 iTY = 0);
Parameters 
Description 
double dValue 
[in] Value to convert.  
OdUInt32 iId = 0x02000000 
[in] Type ID.  
OdUInt32 iTY = 0 
[in] Type information. 

Variant value of double type.

Converts a value of double type to a variant value. 

 

Copyright © 2002 – 2020. Open Design Alliance. All rights reserved.