API Reference > Classes > OdAny Class > OdAny Operators > << Operator > OdAny::<< Operator (double)
OdAny::<< Operator (double)
Syntax
C++
void operator <<(const double val);
Parameters 
Description 
const double val 
[in] A double value to be written (right-hand operand of the << operator). 

Writes the value of the double data type variable into the OdAny object.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.