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

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

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